donkeycar-rl-autoresearch/.gitignore

21 lines
184 B
Plaintext

# Node / JS
node_modules/
dist/
build/
coverage/
# Python
.venv/
__pycache__/
.pytest_cache/
# Env / local
.env
.env.*
# OS / editor
.DS_Store
.vscode/
.idea/
agent/models/**/*.zip