# Claude settings
.claude/settings.local.json
.claude/*.local.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/

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

# Build
dist/
build/
*.egg-info/
.eggs/

# PyPI
.pypirc

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

# OS
.DS_Store
Thumbs.db