chore(.gitignore): Don't consider backups of the local db

This commit is contained in:
Tom Hubrecht 2024-09-14 15:45:56 +02:00
parent 3b2937b6d1
commit 06351ca22e
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
.pre-commit-config.yaml
db.sqlite3
db.sqlite3.*
__pycache__/
.static/*