14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
# 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
|