.git/
.venv/
.uv-cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.pyc
.DS_Store
research/
notes/
examples/
tests/
docs/
*.md
!README.md
# LICENSE must be present at build time — pyproject.toml's
# `license = { file = "LICENSE" }` makes hatchling read it during the wheel
# build inside the Dockerfile's builder stage.
.github/
docker-compose*.yml
.editorconfig
.gitignore
.pre-commit-config.yaml
