timelaps-api/.gitignore

10 lines
153 B
Plaintext

.idea
venv/
.env
.coverage
music/__pycache__/
music/migrations/__pycache__/
api/__pycache__/
music/tests/__pycache__/
music/views/__pycache__/
db.sqlite3