# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.idea/

# Environment
.env
.env.*
!.env.example
*.log
bandit-report.json
coverage.xml
metrics/*
.secrets.baseline

# mkdocs site
/site
# Copies of schemas/agent.schema.json staged into the docs tree by
# scripts/mkdocs_hooks.py at build time. The canonical source is
# schemas/agent.schema.json at the repo root.
/docs/schemas/
.holodeck/cache

# samples folder
/sample
report.md

# Git worktrees
.worktrees/
