36 lines
582 B
Text
36 lines
582 B
Text
|
|
.env
|
|
*.tmp
|
|
*.json
|
|
*.js
|
|
*.yaml
|
|
*.yml
|
|
*.txt
|
|
*.log
|
|
logs/
|
|
*.rpy
|
|
*.csv
|
|
*.ks
|
|
*.cid
|
|
*.png
|
|
*.script
|
|
__pycache__
|
|
|
|
!assets/*.png
|
|
!.pre-commit-config.yaml
|
|
!data/prompt.txt
|
|
!data/vocab_base.txt
|
|
!requirements.txt
|
|
!util/tl_inspector/TLInspector.js
|
|
!util/forge/Forge_MZ.js
|
|
!util/forge/Forge_MV.js
|
|
!util/forge/upstream/Forge_MZ.js
|
|
!util/forge/upstream/Forge_MV.js
|
|
util/forge/.forge_version.json
|
|
util/ace/*.exe
|
|
util/ace/.tools_version.json
|
|
!util/ace/offline/*.exe
|
|
|
|
# WolfDawn: ignore the Rust build tree, but keep the committed prebuilt binaries.
|
|
util/wolfdawn-master/target/
|
|
!util/wolfdawn/bin/**
|