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

# pixi
.pixi/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/

# Docs
site/
