# build products
build/
build-*/
cmake-build-*/
*.air
*.metallib
!tests/fixtures/**/*.metallib
dist/

# python
__pycache__/
*.pyc
.venv/

# macOS
.DS_Store

# editors
.vscode/
.idea/

# scratch
_to_delete/
*.tmp
.ipynb_checkpoints/
