timelaps-api/.gitignore

11 lines
155 B
Plaintext

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