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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Type checker
.ty/
.mypy_cache/

# pytest
.pytest_cache/
.coverage
htmlcov/

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

# macOS
.DS_Store
