# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.vscode/
!.vscode/tasks.json
.env
data/plugins/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage

# Generated version file (hatch-vcs)
src/*/_version.py

# Data files
data/

# MkDocs build output
site/
docs/_changelog.md
.DS_Store
