File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 1
- # Build and Release Folders
2
- bin-debug /
3
- bin-release /
4
- [Oo ]bj /
5
- [Bb ]in /
6
- dist /
7
-
8
- # Other files and folders
9
- deepstack_python.egg-info *
10
- .settings /
11
- .ipynb_checkpoints
12
-
13
- # Executables
14
- * .swf
15
- * .air
16
- * .ipa
17
- * .apk
18
-
19
- # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
20
- # should NOT be excluded as they contain compiler settings and other important
21
- # information for Eclipse / Flash Builder.
22
-
23
1
# Byte-compiled / optimized / DLL files
24
2
__pycache__ /
25
3
* .py [cod ]
39
17
lib /
40
18
lib64 /
41
19
parts /
20
+ __pycache__ /
42
21
sdist /
43
22
var /
44
23
wheels /
Original file line number Diff line number Diff line change 1
1
"""
2
- Deepstack cpre .
2
+ Deepstack core .
3
3
"""
4
4
import imghdr
5
5
import requests
You can’t perform that action at this time.
0 commit comments