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

# ---- Distribution / packaging / build artifacts ----
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
sdist/
*.whl
# setuptools_scm / hatch-vcs generated version files
src/*/_version.py

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

# ---- Testing / coverage / type-checking caches ----
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# ---- Virtual environments ----
.venv/
venv/
env/
ENV/
.python-version

# ---- Environment / secrets ----
.env
.env.*
!.env.example

# ---- Editors / IDEs ----
.idea/
.vscode/
*.swp
*.swo
*~

# ---- OS cruft ----
.DS_Store
Thumbs.db

# ---- Documentation builds ----
docs/_build/
site/

# ---- Jupyter ----
.ipynb_checkpoints/

# ---- Grill scratch files ----
.grill/
