.git
.github
.claude
.idea
.ruff_cache
.pytest_cache
.mypy_cache
__pycache__
*.py[cod]
.env
.DS_Store
tests/
docs/
*.md
!README.md
Justfile
TODO.md
.pre-commit-config.yaml
.editorconfig
.gitignore
dist/
build/
*.egg-info
.venv
venv/
