| 12345678910111213141516171819202122232425 |
- # Secrets and local state
- .env
- outputs/*.db
- outputs/*.sqlite
- outputs/*.sqlite3
- # Python
- __pycache__/
- *.py[cod]
- .pytest_cache/
- .coverage
- .venv/
- # The parent hello-agents repository has broad patterns for its own tests and
- # memory directories; these are intentional project source files here.
- !src/memory/
- !src/memory/**
- # Re-included project directories must still exclude generated bytecode.
- src/memory/__pycache__/
- tests/__pycache__/
- tool-output
- docs
|