-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 684 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 684 Bytes
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.egg-info/
build/
*.build
.ipynb_checkpoints/
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Unit test / coverage reports
.pytest_cache/
# Code Environments
.venv_*/
.DS_Store
.idea/
# Debugging, intermediate and documentation files.
report/main.pdf
examples/baseline/*.png
*.aux
*.bbl
*.out
*.log
*.toc
*.blg
*.synctex.gz
outputs/
*.pkl
third_party/reachability/
third_party/trajectron_models/
# IPOPT build files.
third_party/cyipopt/
third_party/Ipopt/build/
third_party/Ipopt/Ipopt/
third_party/Ipopt/ThirdParty/