# Build & Compiled artifacts
build/
dist/
*.egg-info/
.wheel_tag/
_core*.pyd
_core*.so
*.exe

# Python bytecode & cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/

# Dataset & Temporary Model Checkpoints
tutorials/data/
*.nv
*.bin
*.onnx
*.png
*.log

# IDE & OS
.vs/
.vscode/
.idea/
.DS_Store
Thumbs.db
