__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# virtual envs
.venv/
.runr_env/
env/
venv/

# runr cache/logs (user-local)
.runr_resolved_requirements.txt

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

# OS
.DS_Store
Thumbs.db

# Claude Code local settings
.claude/

# pytest
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage
