Ignore local SQLite database files

This commit is contained in:
Tahar Lamred & Theresa Nerz 2026-07-01 15:43:18 +02:00
parent 895dec090b
commit b3a0385346

3
.gitignore vendored
View file

@ -3,5 +3,8 @@
*~ *~
.DS_Store .DS_Store
# SQLite database files
*.db
# Python virtual environment # Python virtual environment
venv/ venv/