Skip to content

Commit f94ed32

Browse files
authored
Merge pull request alibaba#5 from lvscar/master
Delete pyc & Add gitignore file
2 parents 247962b + 71b7889 commit f94ed32

30 files changed

+36
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.DS_Store
2+
# Byte-compiled / optimized / DLL files
3+
__pycache__/
4+
*.py[cod]
5+
*$py.class
6+
7+
# C extensions
8+
*.so
9+
10+
# Distribution / packaging
11+
.Python
12+
build/
13+
develop-eggs/
14+
dist/
15+
downloads/
16+
eggs/
17+
.eggs/
18+
lib/
19+
lib64/
20+
parts/
21+
sdist/
22+
var/
23+
wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg
27+
28+
# PyInstaller
29+
# Usually these files are written by a python script from a template
30+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31+
*.manifest
32+
*.spec
33+
34+
# Installer logs
35+
pip-log.txt
36+
pip-delete-this-directory.txt

lib/BinaryCookieReader.pyc

-3.38 KB
Binary file not shown.

lib/CerticateUtil.pyc

-4.28 KB
Binary file not shown.

lib/CommandUtil.pyc

-1.08 KB
Binary file not shown.

lib/InfoPlistUtil.pyc

-830 Bytes
Binary file not shown.

lib/KeychainUtil.pyc

-7.07 KB
Binary file not shown.

lib/PlistUtil.pyc

-1.9 KB
Binary file not shown.

lib/SshUtil.pyc

-4.07 KB
Binary file not shown.

lib/UrlSchemaFuzzer.pyc

-2.51 KB
Binary file not shown.

lib/__init__.pyc

-139 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)