Upload .gitignore
Browse files- .gitignore +17 -0
.gitignore
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__
|
2 |
+
*.ckpt
|
3 |
+
*.pth
|
4 |
+
/data
|
5 |
+
/exps
|
6 |
+
*.sh
|
7 |
+
!install_env.sh
|
8 |
+
/weights
|
9 |
+
/temp
|
10 |
+
/results
|
11 |
+
.ipynb_checkpoints/
|
12 |
+
/TODO.txt
|
13 |
+
/deprecated
|
14 |
+
/temp_scripts
|
15 |
+
/.vscode
|
16 |
+
/runs
|
17 |
+
/tests
|