-
Notifications
You must be signed in to change notification settings - Fork 142
/
.gitignore
76 lines (56 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*.swp
*.pyc
*.py~
.DS_Store
*~
.cache
# Setuptools distribution and build folders.
/dist/
/build
# Virtualenv
/env
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
*.sublime-project
*.sublime-workspace
logs/
tmp/
.ipynb_checkpoints
ghostdriver.log
junk
MUJOCO_LOG.txt
mujoco-bundle
rllab_mujoco
tutorial/*.html
# IDE files
.eggs
.tox
.vscode/
# PyCharm project files
.idea
# C++ binding
binding-cpp/random_agent
binding-cpp/lib/gym_binding.a
binding-cpp/.obj/*
# Qt Creator files for C++ binding
binding-cpp/gym-binding-cpp.config
binding-cpp/gym-binding-cpp.creator
binding-cpp/gym-binding-cpp.creator.user
binding-cpp/gym-binding-cpp.files
binding-cpp/gym-binding-cpp.includes
# JS Binding
binding-js/dist
binding-js/node_modules
binding-js/src/typings
#Rust binding
binding-rust/Cargo.lock
binding-rust/target
# Haskell binding
binding-hs/.stack-work/*
binding-hs/*.tags
# Clojure binding
.nrepl-port
#Swift binding
binding-swift/*.xcuserstate
binding-swift/ExampleAgent.playground/playground.xcworkspace/xcuserdata
binding-swift/ExampleAgent.playground/xcuserdata