trpg/.gitignore
austin 9b0063f919
Some checks failed
studiorailgun/trpg/pipeline/head There was a failure building this commit
git ignore model files
2024-12-31 20:18:24 -05:00

13 lines
128 B
Plaintext

.mypy_cache
.venv
dist
target
src/trpg.egg-info
# ml model files
data/model/sent_func/**
**.keras
**.h5
# graph related
temp/*