.git
.gitignore
.github
.devcontainer
.venv
.env
.env.*
__pycache__
*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
coverage.xml
htmlcov
tests
examples
Dockerfile.dev
docker-compose.yml
script
*.md
# hatchling reads `readme = "README.md"` from pyproject.toml, so the build
# context has to keep it even though every other markdown file is dropped.
!README.md
