.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Claude Code local state
.claude/

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

# local handoff / scratch — not for commit
PORT_STATUS.md
*.orig

# built docs
site/

# run output
runs/
