Skip to content

Commit 6c0b21b

Browse files
committed
1 parent 9f39022 commit 6c0b21b

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

Diff for: .gitignore

+43-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1-
htmlcov
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
.Python
10+
env/
11+
build/
12+
develop-eggs/
13+
dist/
14+
eggs/
15+
lib/
16+
lib64/
17+
parts/
18+
sdist/
19+
var/
20+
*.egg-info/
21+
.installed.cfg
22+
*.egg
23+
24+
# Installer logs
25+
pip-log.txt
26+
pip-delete-this-directory.txt
27+
28+
# Unit test / coverage reports
29+
htmlcov/
30+
.tox/
231
.coverage
3-
.pyc
4-
dist
5-
*.egg-info
32+
.cache
33+
nosetests.xml
34+
coverage.xml
35+
36+
# Translations
37+
*.mo
38+
*.pot
39+
40+
# Django stuff:
41+
*.log
42+
43+
# Sphinx documentation
44+
docs/_build/

0 commit comments

Comments
 (0)