# --- Python / uv ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# --- Tool caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# --- NexusOS derived state ---
.nexusos/

# --- Local environment files ---
.env
.env.*
!.env.example
*.local
.DS_Store
Thumbs.db

# --- Audit scratch (one-off review artifacts, not part of the repo) ---
review-artifacts/
.worktrees/

# --- Editor / IDE ---
.idea/
.vscode/
*.swp
*.swo
