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

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.uv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Downloaded papers (default output directory)
downloads/
*.pdf

# Environment variables
.env
.env.local

# Logs
*.log

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints/

# Temporary files
*.tmp
*.bak

# Development and documentation files
.claude/
openspec/
AGENTS.md
CLAUDE.md
IMPLEMENTATION_SUMMARY.md
TESTING.md
TEST_MCP.md
.mcp.json
test_*.py
