mujoco_maze/.gitignore

9 lines
96 B
Plaintext
Raw Normal View History

2020-05-21 12:05:06 +02:00
*.pyc
**/__pycache__/
**/.pytest_cache/
**/dist/
**/build/
**/*.egg-info/
**/.mypy_cache/
2024-03-09 11:44:31 +01:00
.venv