# Python / notebooks — uncomment if building Python wheels inside Docker
# python/
# example/python/
**/.Trash-*
**/__pycache__/
**/*.pyc

# Build artifacts
cmake-build-*/
build/
*.o
*.a

# Dev / IDE
.git/
.idea/
.vscode/
# *.md
