25 lines
261 B
Plaintext
25 lines
261 B
Plaintext
# Secrets
|
|
.env
|
|
gitea-api.txt
|
|
|
|
# Python / runtime
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.log
|
|
server.log
|
|
app.log
|
|
|
|
# OS / office temp files
|
|
.DS_Store
|
|
Thumbs.db
|
|
~$*.docx
|
|
|
|
# Local scratch
|
|
*.tmp
|
|
|
|
# SQLite runtime files / local recovery backups
|
|
*.db-wal
|
|
*.db-shm
|
|
db-backups/
|