# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Generated at build time by the version hook (see PLAN.md 8.3)
usg_pygitversion/_version.py

# Editors / OS
.idea/
.vscode/
.DS_Store

# Hypothesis example database
.hypothesis/
