# 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/

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

# macOS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# RLM data (user-specific, not part of repo)
data/

# Project-specific files (not for public repo)
CLAUDE.md
WORLD.md
docs/conversation.md

# Test fixtures (large files for hook testing)
tests/fixtures/large_*

# RLM runtime data
.rlm-data/

# Encyclopedia test corpus - DS_Store only
docs/encyclopedia/.DS_Store

# Test working files
docs/working/
scripts/

# Playwright MCP data
.playwright-mcp/

# Research notes (local only)
docs/sec-edgar-research.md
docs/vision-rlm-exec-superpower.md
