We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7d56 commit 7c9364aCopy full SHA for 7c9364a
2 files changed
.gitignore
@@ -1,25 +1,3 @@
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
# Byte-compiled / optimized / DLL files
24
__pycache__/
25
*.py[cod]
@@ -39,6 +17,7 @@ eggs/
39
lib/
40
lib64/
41
parts/
+__pycache__/
42
sdist/
43
var/
44
wheels/
deepstack/core.py
@@ -1,5 +1,5 @@
"""
-Deepstack cpre.
+Deepstack core.
import imghdr
import requests
0 commit comments