# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/

# Build / packaging output
dist/
build/

# Tooling caches & coverage
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Recorded runs (regenerated by the demo and supervisor)
runs/

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

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
