# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

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

# Testing
.coverage
htmlcov/
.pytest_cache/

# Type checking
.pyright/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Misc
*.log
.env
.env.local

# Plans/notes
plans/

# Examples
examples/
