# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/

# Virtual environments
venv/
.venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Linters / type checkers
.ruff_cache/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Secrets
.env
.env.*
!.env.example

# Private playbooks / local notes (kept out of the repo by intent)
release-playbook.yml
SESSION_HANDOFF.md
