# 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
