# Python
.venv/
**/__pycache__/
**/.pytest_cache/
*.pyc
*.egg-info/
.coverage
coverage.json
**/coverage.json

# Node
**/node_modules/
**/frontend/dist/

# Secrets & runtime data
data/
**/data/

# Local Gitea server (compose has admin/secrets; data volume is runtime)
gitea/
**/*_signing_key
.env
.env.*
!.env.example

# OS / IDE
.DS_Store
*.log
