# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Claude Code
.claude/

# Gitea token
.gitea-token

# OS
.DS_Store
Thumbs.db

# Local config — contains the admin password hash and session secret.
# Fresh installs start from config.json.example (see CONFIG.md).
config.json

# Docker config volume (holds the live config.json with secrets)
data/
