.git/
.venv/
.uv-cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.pyc
.DS_Store
research/
notes/
examples/
tests/
docs/
*.md
!README.md
LICENSE
.github/
docker-compose*.yml
.editorconfig
.gitignore
.pre-commit-config.yaml
