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

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

# RAG documentation (not part of the tool)
rag/

# Logs
*.log

# Secrets
.env

# OS
.DS_Store
Thumbs.db

# Development/testing artifacts
PLAN.md
papers/
test_output/
test_output_high/
papers-to-convert/
*.pdf
AGENTS.md
CODEX.md
