mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
30 lines
328 B
Plaintext
30 lines
328 B
Plaintext
# Dependency Files
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Log Files
|
|
logs/
|
|
*.log
|
|
report*.json
|
|
|
|
# Temp Files
|
|
tmp/
|
|
|
|
# Config Files
|
|
.env
|
|
config.json
|
|
command-leaderboard.json
|
|
command-last-run.json
|
|
blacklist.json
|
|
|
|
# Tensorflow Models
|
|
tf_models/
|
|
|
|
# DECTalk Files
|
|
dectalk/
|
|
|
|
# Tesseract Trained Data
|
|
*.traineddata
|
|
|
|
# In-Development Commands
|