Files
timelaps-api/.gitignore
2019-04-21 12:54:16 +02:00

11 lines
155 B
Plaintext

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