# Secrets and environment
.env*
!.env*.example
*.htpasswd

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

# Local state
backups/
*.log

# Docs site — built output, plus the three pages scripts/assemble-docs.sh
# copies in from README.md, agent/ and sdk/ at build time
site/
docs/index.md
docs/agent.md
docs/sdk.md

# OS / editor
.DS_Store
.idea/
*.swp
