Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit 89cd9db

Browse files
committed
Updated .gitignore
1 parent 3609a74 commit 89cd9db

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

.gitignore

+43-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
14

2-
*.png
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
.Python
10+
env/
11+
build/
12+
dist/
13+
downloads/
14+
lib/
15+
lib64/
16+
parts/
17+
sdist/
18+
var/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
23+
# Installer logs
24+
pip-log.txt
25+
26+
# Unit test / coverage reports
27+
htmlcov/
28+
.tox/
29+
.coverage
30+
.coverage.*
31+
.cache
32+
nosetests.xml
33+
coverage.xml
34+
35+
*.log
36+
37+
# Eclipse
38+
.project
39+
.pydevproject
40+
41+
# Sphinx documentation
42+
docs/_build/
43+
44+
*.DS_Store

0 commit comments

Comments
 (0)