Files
JackBot/.gitignore
T
JackM323 c93c524a10 code reduction for training and eval
reward and everything else changed
again
wont be the last time
2026-08-05 22:44:05 +02:00

14 lines
194 B
Plaintext

# Ignore dependency folders
node_modules/
.venv/
.vscode/
__pycache__/
ml/checkpoints/
ml/logs/
# Ignore environment files with private passwords/keys
.env
# Ignore OS junk
.DS_Store
Thumbs.db