Files
supertonic/.gitignore
T
2026-05-06 23:09:06 +02:00

65 lines
565 B
Plaintext

assets/
*.onnx
onnx
# Output files
results
results_v3_sdk/
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv
venv/
ENV/
env/
.dotnet/
.m2/
.uv-cache/
.clang-module-cache/
.swift-home/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Swift
.build/
.swiftpm/
*.xcodeproj
*.xcworkspace
xcuserdata/
DerivedData/
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db