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

# uv / virtualenv (uv.lock IS committed)
.venv/

# Build artifacts
build/
dist/

# Test / type-checker caches
.pytest_cache/
.ruff_cache/
.pyright/
.coverage
htmlcov/

# Fleet runtime state — created in the TARGET repo (FLEET_HOME), never here,
# but ignored defensively in case squadra is run from its own checkout.
.claude/fleet/

# Dev-container host scripts: per-developer overrides + local audit breadcrumb
scripts/devbox/config.local.sh
scripts/devbox/.squadra-devbox.log

# Editor / OS
.DS_Store
*.swp
