# Claude Code
.claude/

# Pro (commercial, closed-source)
pro/

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

# Virtual environments
.venv/
venv/
env/

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Ruff / Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Distribution
*.whl
*.tar.gz
