# Build and tool caches for the Python SDK. Every pattern here is already
# covered by the repository root .gitignore, so this file changes nothing about
# what git tracks.
#
# It exists for the SDIST. Hatchling force-includes the nearest .gitignore above
# the package root into `driftstack_sdk-<version>.tar.gz`, and `exclude` does
# not override a force-include. Without this file the nearest one is the
# repository root's, which PyPI would then serve to anyone who downloads the
# source distribution. Pinned by the packaging guard in apps/server/tests/unit.
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
