Files
techdj/.gitignore
2026-01-03 09:12:57 -06:00

31 lines
275 B
Plaintext

music/
# Python
__pycache__/
*.py[cod]
*.pyd
.Python
# Virtual envs
.venv/
venv/
ENV/
# Env files
.env
.env.*
# Local config (may contain secrets)
config.json
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# OS / editor
.DS_Store
.vscode/