# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# zvec collections created by examples and benchmarks
.dynamicToolsMiddleware/
*.zvec/

# Downloaded benchmark datasets (refetched by the harness as needed)
benchmarks/bfcl/data/

# Editors and OS
.idea/
.vscode/
.DS_Store

# Environment
.env
