# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Git — version is injected via SETUPTOOLS_SCM_PRETEND_VERSION
# at build time, so the build context does not need git history (see #159).
.git/
.github/

# Docs & config not needed at runtime
*.md
!README.md
LICENSE.txt
tests/
deploy/
