haiku.rag/.gitignore
Yiorgis Gozadinos 88b02ece3e
test coverage
2025-06-16 17:32:00 +02:00

16 lines
169 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# tests
.coverage*
tests/data/
.pytest_cache/
.ruff_cache/