# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
ENV/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Packaging
build/
dist/
*.egg-info/
.eggs/

# Logs
*.log

# Node
node_modules/
coverage/
playwright-report/
test-results/
.playwright/

# Data
data/input/*
data/output/*
!data/input/.gitkeep
!data/output/.gitkeep

# Build output
web/dist/

# Local testing artifacts
testing/

# Editor / tool config
.claude/

# Local environment files
.env
.env.*
!.env.example
