__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
.uv/

# hydra outputs
outputs/
multirun/

# langchain cache
*.langchain_cache.db
.langchain_cache.db

# env
.env
*.env

# testing
.coverage
htmlcov/
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# editors
.idea/
.vscode/
*.swp

# notebooks
.ipynb_checkpoints/

# OS
.DS_Store

# baselines: third-party clone + local retrieval index cache
scripts/schematiq/ScheMatiQ/
.cache/

# mkdocs build output
site/
