# Package-local ignores.  Hatchling ships the nearest VCS ignore file inside the
# sdist and reads it when choosing files, so this file keeps build artifacts out
# of the wheel and keeps the workspace's own ignore list from being published.
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.coverage
