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

# Python
.pytest_cache/
__pycache__/
*.py[cod]
*.so
*.dylib

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

# OS
.DS_Store
Thumbs.db

# Env
.env
.venv/

# CI artifacts
version.sh
.cache/

# Test notebooks
notebooks/
