# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg-info/
*.egg


# C extensions
*.so

# Virtual environments
.venv

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# env files
.env

# 
.DS_Store
MANIFEST
.vscode/
.pytest_cache/
.ipynb_checkpoints

# weights
*.weights
*.pt
*.pb
*.onnx
*.engine
*.mlmodel
*.mlpackage
*.torchscript
*.tflite
*.h5
*.bin
*.safetensors

# rust
target/



