# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
dist/
build/

# hatch-vcs generated version file (if ever enabled)
_version.py

# Environments
.venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
