Files
Experiment_ReinforcementLea…/.gitignore
2026-07-17 18:23:16 +00:00

27 lines
214 B
Plaintext

# Build outputs
bin/
obj/
node_modules/
dist/
build/
publish/
# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
# Training artifacts
models/
checkpoints/
tensorboard/
*.onnx
# IDE
.vs/
.vscode/
.idea/
*.user