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

# Virtual environments
.venv/
venv/

# Environment & secrets (never commit)
.env

# IDE
.idea/
.vscode/

# Local agent config (per-machine, not for distribution)
.claude/
.kimi/
.reasonix/
reasonix.toml

# Reference copies of third-party projects (not ours, never publish)
_ref/

# Runtime state (alignment ledger created in the workspace root)
.harness/

# Local scratch
.tmp-redblue-drill/
.tmp-test/
.tmp-test2/
tmpreview/
tmpx/

# Tool caches (these also self-ignore via a "*" .gitignore the tool writes;
# listed explicitly so they never depend on that behavior)
.mypy_cache/
.pytest_cache/
.ruff_cache/
