# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/

# Virtual environments
venv/
.venv/
env/

# Claude Code local config
.claude/

# LetsWork temporary session file
CLAUDE.md

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.tar.gz
*.whl
