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

# Environments
.venv/
venv/
env/

# Secrets — never commit
.env
*.env
!*.example.env

# Test / tooling
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Rapier run artifacts (may contain decision content)
runs/

# Local test tooling (this environment lacks python3-venv)
.tools/
.pytmp/
