# ---- Byte-compiled / cached ----
__pycache__/
*.py[cod]
*$py.class
*.so

# ---- Distribution / packaging ----
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ---- PyInstaller ----
*.manifest
*.spec

# ---- Installer logs ----
pip-log.txt
pip-delete-this-directory.txt

# ---- Unit test / coverage ----
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# ---- Type checkers / linters ----
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# ---- Virtual environments ----
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ---- Tooling: Poetry / Pipenv / pdm / Hatch ----
poetry.lock
Pipfile.lock
.pdm.toml
.pdm-python
.pdm-build/
.hatch/

# ---- Jupyter ----
.ipynb_checkpoints
profile_default/
ipython_config.py

# ---- Playwright (browser binaries handled separately) ----
.playwright/
playwright-report/
test-results/

# ---- IDE / editor ----
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# ---- Sphinx documentation ----
docs/_build/
_autosummary/

# ---- hatch-vcs generated version file ----
src/gamesheet_sdk/_version.py

# ---- Local scratch ----
*.log
.local/
secrets.toml
