Create .gitignore

This commit is contained in:
jasonMPM
2026-03-04 20:07:02 -06:00
committed by GitHub
parent 6dbc971c5f
commit fc8a49ea6b

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Secret environment file — never commit this
.env
# Persistent database and Python cache
data/
__pycache__/
*.pyc
*.db
*.db-journal
.DS_Store
# Explicitly allow the example template
!.env.example