# AI assistant local/runtime files.
.codex/copush-venv/
.claude/
.spec_system/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Generated files (do not edit directly - edit YAML in data/ instead)
_site/

# Reports and artifacts
reports/*
!reports/.gitkeep

# Backup files
backup/
backups/
*.backup
*.bak
README.backup.md

# Logs
*.log
logs/

# Environment and secrets
.env
.env.*
secrets.yaml

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
