forked from opencog/rocca
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
72 lines (52 loc) · 826 Bytes
/
.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
*.swp
*.pyc
*.py~
.cache
.pytest_cache/
.last_checked
# Setuptools distribution and build folders.
/dist/
/build
# Virtualenv
/env
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.sublime-project
*.sublime-workspace
logs/
*.log
.ipynb_checkpoints
ghostdriver.log
junk
MUJOCO_LOG.txt
rllab_mujoco
tutorial/*.html
# IDE files
.eggs
.tox
# PyCharm project files
.idea
vizdoom.ini
.vscode
# osx generated files
.DS_Store
.DS_Store?
.Trashes
ehthumbs.db
Thumbs.db
.idea
# tools/trust-doc-nbs
docs_src/.last_checked
# symlinks to fastai
docs_src/fastai
tools/fastai
# link checker
checklink/cookies.txt
.envrc
# For now, ignore docs generated by nbdev, until we decide if we want them.
docs/
.mypy_cache/