Files
timelaps-api/.gitignore
2019-04-21 17:22:04 +02:00

11 lines
154 B
Plaintext

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