# Version control
.git
.gitignore

# Python cache & build
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.build/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.venv/
uv.lock  # include if you do NOT want it copied; remove this line if you DO

# Local/OS noise
.DS_Store

# CI, docs, and extras (optional)
.github/
docs/
