haiku.rag/.gitignore
Yiorgis Gozadinos b462a9f09b
Ignore todo list
2025-09-05 11:41:41 +03:00

20 lines
207 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
TODO.md