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


# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/*
!.vscode/mcp.json
!.vscode/settings.json
.cursor/*
!.cursor/mcp.json
!.cursor/rules
!.cursor/rules/**
*.swp
*.swo

# Local docs (not published)
docs/

# Legacy/local-only assets and dev scratch — kept on disk, not in the repo tree.
# README images live in .github/assets/ instead of a distinct browsable img/ gallery.
/img/
/AUDIT.md
/examples/
/benchmarks/
/scripts/audit_cdv_loop.py
/tests/test_benchmark.py

# mypy
.mypy_cache/

# pytest
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Secrets / local env
.env
.env.*

# Priors data
priors.json

# VS Code extension build artifacts
vscode-loopllm/out/
*.vsix

# Scratch space — local only, not part of the public repo tree
/_scratch/
