# Local repo

# ignore everything inside notebooks but the notebooks
notebooks/*
!notebooks/**.ipynb

# user
*.pkl
*.ptorch

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

#
*.zip


#
.ipynb_checkpoints
output/
log/

# mujoco
MUJOCO_LOG.TXT

#log/results files
log*
output_replay*
results/*

Experiments/*/*/*/run*

#pipenv stuff
Pipfile*

output*
cronlog.txt
archive_results.sh
workspace.code-workspace
