fungen-processor / .gitignore
Teamtheo613's picture
Create .gitignore
af6f958 verified
raw
history blame contribute delete
285 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
*.egg-info/
dist/
build/
# Models
models/
*.pt
*.pth
*.onnx
*.engine
*.mlmodel
# Outputs
output/
outputs/
*.funscript
*.msgpack
# Temp files
*.tmp
*.temp
/tmp/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db