SyntheticMDProductions's picture
Include blank external tool registry in clean release
cb04adb verified
Raw
History Blame Contribute Delete
390 Bytes
# Python and test caches
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
# Local application state and user-connected tools
config/settings.json
config/settings.local.json
config/external_tools.json
!config/external_tools.json
data/*
!data/.gitkeep
logs/
# Generated datasets, models, and media
ADAM_Datasets/
artifacts/
build/
dist/
*.safetensors
*.ckpt
*.pt
*.pth
*.bin
*.onnx
*.tmp