# ── Python build/cache artifacts ──────────────────────────────────────────────
__pycache__
*.pyc
*.pyo
*.pyd
*.egg-info
.eggs
dist
build
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
htmlcov

# ── VCS / env ─────────────────────────────────────────────────────────────────
.git
.gitignore
.gitattributes
.venv
venv
.env
.env.*
!.env.example

# ── tests + dev-only assets ───────────────────────────────────────────────────
tests
flutter_prd_backup

# ── docs / runbooks / repo meta (not needed at runtime) ───────────────────────
docs
runbooks
*.md
!README.md
launchd
systemd
openclaw-plugin
.github

# ── editor / OS noise ─────────────────────────────────────────────────────────
.DS_Store
*.swp
*.swo
.idea
.vscode
