Files
SpotifyRecAlg/.gitignore
T
Tomas Dvorak 6e8fedf534 first commit
2026-04-13 17:46:58 +02:00

26 lines
209 B
Plaintext

# Go
bin/
*.test
coverage.out
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# Local env and logs
.env
*.log
# OS/editor
.DS_Store
.idea/
.vscode/
*.swp
*~