__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
uv.lock.bak

# Editor / IDE (per-machine; never commit)
.idea/
.vscode/

# macOS
.DS_Store
