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

# Virtual environments
.venv/
venv/

# Environment variables
.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Draft
draft.md

# Claude
.claude/settings.local.json

# OS
.DS_Store

# sample
samples/