matekasse/.gitignore

13 lines
185 B
Plaintext
Raw Permalink Normal View History

2023-05-31 19:18:38 +00:00
*.db
__pycache__/
2023-09-20 21:19:18 +00:00
logs/*
2023-09-19 16:19:32 +00:00
venv/*
flask_session/
.pytest_cache/
2023-09-20 17:28:04 +00:00
.coverage
/test/__pycache__/
/test/.pytest_cache/
2023-09-20 17:31:00 +00:00
/test/flask_session/
/Website/__pycache__/
2024-02-21 21:02:07 +00:00
/Website/.pytest_cache/
/.idea