haiku.rag/.gitignore
Yiorgis Gozadinos f7fc2db288
Ignore devnotes
2025-09-17 08:51:42 +03:00

22 lines
227 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
PLAN.md
DEVNOTES.md