Skip to content

Commit eaaef40

Browse files
committed
add gitignore
0 parents  commit eaaef40

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.gitignore

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
*.py[cod]
2+
3+
test.db
4+
test.txt
5+
sina.html
6+
7+
# C extensions
8+
*.so
9+
10+
# Packages
11+
*.egg
12+
*.egg-info
13+
dist
14+
build
15+
eggs
16+
parts
17+
bin
18+
var
19+
sdist
20+
develop-eggs
21+
.installed.cfg
22+
lib
23+
lib64
24+
__pycache__
25+
26+
# Installer logs
27+
pip-log.txt
28+
29+
# Unit test / coverage reports
30+
.coverage
31+
.tox
32+
nosetests.xml
33+
34+
######################
35+
# OS generated files #
36+
######################
37+
.DS_Store
38+
.DS_Store?
39+
._*
40+
.Spotlight-V100
41+
.Trashes
42+
Icon?
43+
ehthumbs.db
44+
Thumbs.db
45+
dist
46+
MANIFEST
47+
48+
# Translations
49+
*.mo
50+
51+
# Mr Developer
52+
.mr.developer.cfg
53+
.project
54+
.pydevproject

0 commit comments

Comments
 (0)