haiku.rag/.gitignore
2025-06-18 09:45:36 +02:00

19 lines
199 B
Text

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