# 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/rules/
*.swp
*.swo

# Generated docs build output (hand-written docs/ are tracked)
docs/_build/

# mypy
.mypy_cache/

# pytest
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Priors data
priors.json

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

# Scratch / template holder (keep dir, ignore contents)
_scratch/*
!_scratch/.gitkeep
