1
0
Fork 0
forked from anton/matekasse
matekasse/.gitignore
2023-09-20 23:19:18 +02:00

13 lines
191 B
Plaintext

*.db
socket.io.js
__pycache__/
logs/*
venv/*
flask_session/
.pytest_cache/
.coverage
/test/__pycache__/
/test/.pytest_cache/
/test/flask_session/
/Website/__pycache__/
/Website/.pytest_cache/