Files
techdj-test/.gitignore
2026-01-02 22:39:54 -06:00

28 lines
225 B
Plaintext

music/
# Python
__pycache__/
*.py[cod]
*.pyd
.Python
# Virtual envs
.venv/
venv/
ENV/
# Env files
.env
.env.*
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# OS / editor
.DS_Store
.vscode/