music-light/.gitignore
2026-04-15 16:39:18 -03:00

29 lines
294 B
Text

# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyo
# Virtualenvs
.venv/
venv/
ENV/
# direnv / nix
.direnv/
.envrc
result
result-*
# Env/config files (keep secrets out of git even for local projects)
.env
.env.*
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Logs / temp
*.log
*.tmp