Added the SQLite3 database to .gitignore

This commit is contained in:
Nicola Belluti
2025-01-23 10:56:05 +01:00
parent 83990d61c5
commit 056659f3d4
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.pyc
db.sqlite3
gunicorn.conf

View File