Benjamin Bach
865bc6c7bd
All checks were successful
continuous-integration/drone/push Build is passing
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>
15 lines
110 B
Plaintext
15 lines
110 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.sw*
|
|
db.sqlite3
|
|
.pytest_cache
|
|
.idea/
|
|
*.mo
|
|
.env
|
|
venv/
|
|
.venv/
|
|
|
|
|
|
# collectstatic
|
|
src/static/
|