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

# Virtual environments
.venv/
env/
venv/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml

# Editors
.DS_Store
*.swp
.idea/
.vscode/

# Secrets
.env
.env.*
!.env.example
RELEASE_HOWTO.md

# Documentation
AGENTS.md
openapi.yaml
