# Python-generated files
__pycache__/

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.cache/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE
.idea/
.jbeval/

# Local secrets picked up by __main__.py
.env

# Demo / test artefacts
output/

# example output
examples/output/

# Vercel
.vercel
.env*
