# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# tests
.coverage*
evaluations/evaluations/data/
tests/data/
.pytest_cache/
.ruff_cache/

# environment variables and config files
.env
haiku.rag.yaml
TODO.md
PLAN.md
DEVNOTES.md

# mcp registry
.mcpregistry_github_token
.mcpregistry_registry_token

# MkDocs site directory when doing local docs builds
site/
