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

# Virtual environments
.venv/

# Secrets
.env

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

# Claude
.claude/

# Jupyter
.ipynb_checkpoints/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
