membersystem/.gitignore
Benjamin Bach 865bc6c7bd
All checks were successful
continuous-integration/drone/push Build is passing
New WaitingListEntry (#33)
Sorted the pre-commit things... some were because of `src/static` being included, and some have been fixed in another PR 🎉

Reviewed-on: #33
Reviewed-by: valberg <valberg@orn.li>
Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
Co-committed-by: Benjamin Bach <benjamin@overtag.dk>
2024-07-31 22:49:46 +00:00

15 lines
110 B
Plaintext

__pycache__/
*.pyc
*.sw*
db.sqlite3
.pytest_cache
.idea/
*.mo
.env
venv/
.venv/
# collectstatic
src/static/