# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Secrets & local config
.env
# Local config copied from examples/config.example.yaml
config.yaml

# Runtime / local artifacts
.chroma/
.chroma_demo/
.pytest_cache/
.deepeval/
.DS_Store
.coverage
coverage.xml
htmlcov/
evals/results.json
sample-docs/
# asciinema recording source (regenerate from docs/demo.gif workflow)
docs/demo.cast

# Editor / agent local settings
.claude/
.cursor/
