Pusheen commited on
Commit
d6f9044
1 Parent(s): 232a177

Delete .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +0 -115
.gitignore DELETED
@@ -1,115 +0,0 @@
1
- # IntelliJ project files
2
- .idea
3
- *.iml
4
- out
5
- gen
6
-
7
- ### Vim template
8
- [._]*.s[a-w][a-z]
9
- [._]s[a-w][a-z]
10
- *.un~
11
- Session.vim
12
- .netrwhist
13
- *~
14
-
15
- ### IPythonNotebook template
16
- # Temporary data
17
- .ipynb_checkpoints/
18
-
19
- ### Python template
20
- # Byte-compiled / optimized / DLL files
21
- __pycache__/
22
- *.py[cod]
23
- *$py.class
24
-
25
- # C extensions
26
- *.so
27
-
28
- # Distribution / packaging
29
- .Python
30
- env/
31
- build/
32
- develop-eggs/
33
- dist/
34
- downloads/
35
- eggs/
36
- .eggs/
37
- #lib/
38
- #lib64/
39
- parts/
40
- sdist/
41
- var/
42
- *.egg-info/
43
- .installed.cfg
44
- *.egg
45
-
46
- # PyInstaller
47
- # Usually these files are written by a python script from a template
48
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
49
- *.manifest
50
- *.spec
51
-
52
- # Installer logs
53
- pip-log.txt
54
- pip-delete-this-directory.txt
55
-
56
- # Unit test / coverage reports
57
- htmlcov/
58
- .tox/
59
- .coverage
60
- .coverage.*
61
- .cache
62
- nosetests.xml
63
- coverage.xml
64
- *,cover
65
-
66
- # Translations
67
- *.mo
68
- *.pot
69
-
70
- # Django stuff:
71
- *.log
72
-
73
- # Sphinx documentation
74
- docs/_build/
75
-
76
- # PyBuilder
77
- target/
78
-
79
- *.ipynb
80
- *.params
81
- # *.json
82
- .vscode/
83
- *.code-workspace/
84
-
85
- lib/pycocotools/_mask.c
86
- lib/nms/cpu_nms.c
87
-
88
- OUTPUT
89
- OUTPUT/*
90
- models/*
91
- DATASET
92
- DATASET/*
93
- external/
94
- MODELS
95
- MODELS/*
96
- gradio_cached_examples/*
97
-
98
- kill.sh
99
-
100
- draws/
101
- #:wq
102
- #plot/figs
103
-
104
- *venv/*
105
-
106
- # images
107
- # images/*
108
-
109
- create_samples/
110
- create_samples/*
111
-
112
- ckpts/*
113
-
114
- **/__pycache__/*
115
- **/__pycache__