.git
.github
.gitignore
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
data
*.db
*.db-journal
.env
.env.*
!.env.example
.idea
.vscode
.DS_Store
Thumbs.db
# README.md and LICENSE are required at build time: pyproject.toml
# references README.md as the long-description (readme = "README.md")
# and hatchling reads LICENSE when packaging the wheel. Excluding them
# breaks `COPY README.md ./README.md` in the builder and `uv sync`.
CONTRIBUTING.md
docs
tests
