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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing and coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/

# Federation test supervisor (TS-22..TS-27) — per-run state +
# JSONL outcomes + per-failure detail bundles. CI-environment
# local; never commit.
.gates/

# Claude Code session artifacts (per-process locks, ephemeral
# worktrees). Settings (.claude/settings.local.json) IS tracked
# intentionally — that's the project's harness policy. These
# others aren't.
.claude/scheduled_tasks.lock
.claude/worktrees/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pyre/
.pytype/

# Ruff
.ruff_cache/

# Packaging
MANIFEST

# Claude Code — keep settings.json (committed for the team), ignore
# per-machine local overrides + runtime locks/state.
.claude/settings.local.json
.claude/*.lock
.claude/scheduled_tasks*

# Maintainer planning notes (per-machine; never commit)
my_stuff/
