# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Environment / secrets
.env
.env.*

# Frontend (not needed in backend image)
frontend/

# Data files (runtime-generated)
data/
output/
*.db

# Testing/CI
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.github/
tests/

# Docker
docker-compose*.yml
Dockerfile

# Git
.git/
.gitignore

# Claude
.claude/
