haiku.rag/.gitignore

32 lines
432 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
**/.DS_Store
# 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/