Initial commit.
This commit is contained in:
parent
f34f810653
commit
c7a67633f5
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
venv/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.egg-info
|
||||
dist/
|
||||
build/
|
||||
**/node_modules
|
||||
logs/*
|
||||
!logs/.gitkeep
|
||||
*__pycache__
|
||||
|
||||
.logs/
|
||||
yawning_titan/envs/generic/core/images/
|
||||
yawning_titan/**/*.gif
|
||||
yawning_titan_gui/**/*.gif
|
||||
notebooks/.ipynb_checkpoints
|
||||
*.ipynb_checkpoints
|
||||
.coverage
|
||||
*.csv
|
||||
|
||||
# keep track of the angular dependencies
|
||||
!**/network-editor-dependencies.csv
|
||||
|
||||
# network editor built files
|
||||
!**/static/dist/
|
||||
|
||||
# Built docs
|
||||
docs/_build
|
||||
|
||||
# generated RST files for documentation
|
||||
**/docs/source/_autosummary/
|
||||
|
||||
# Built docs copied from ./docs/_build/html to /src/yawning_titan_gui/static/docs/
|
||||
/src/yawning_titan_gui/static/docs/
|
||||
|
||||
|
||||
# Remove tensorboard logs starting with ppo-
|
||||
ppo-*/
|
||||
**.pkl
|
||||
Loading…
Reference in New Issue
Block a user