# Local to sdk/python, so hatchling's sdist build finds THIS file rather than
# walking up to the repo root's — otherwise the whole repo .gitignore (worktree
# notes, deployment paths, credential-dump warnings) gets force-included
# verbatim into every `jumptech-sdk` sdist. See pyproject.toml's sdist `include`.
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
.venv*/
# SqliteStore's default store_path — created the moment a JumpTech() client is
# constructed without an explicit path, holds no committable state.
jumptech.db
