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

Commit 041867e

Browse files
committed
Refresh gitignore
1 parent 8da85d4 commit 041867e

File tree

1 file changed

+50
-28
lines changed

1 file changed

+50
-28
lines changed

.gitignore

Lines changed: 50 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,67 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
13
*.py[cod]
4+
*$py.class
25

36
# C extensions
47
*.so
58

6-
# Packages
7-
*.egg
8-
*.egg-info
9-
dist
10-
build
11-
eggs
12-
parts
13-
bin
14-
var
15-
sdist
16-
develop-eggs
9+
# Distribution / packaging
10+
.Python
11+
env/
12+
build/
13+
develop-eggs/
14+
dist/
15+
downloads/
16+
eggs/
17+
.eggs/
18+
lib/
19+
lib64/
20+
parts/
21+
sdist/
22+
var/
23+
*.egg-info/
1724
.installed.cfg
18-
lib
19-
lib64
25+
*.egg
26+
27+
# PyInstaller
28+
# Usually these files are written by a python script from a template
29+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30+
*.manifest
31+
*.spec
2032

2133
# Installer logs
2234
pip-log.txt
35+
pip-delete-this-directory.txt
2336

2437
# Unit test / coverage reports
38+
htmlcov/
39+
.tox/
2540
.coverage
26-
.tox
41+
.coverage.*
42+
.cache
2743
nosetests.xml
44+
coverage.xml
45+
*,cover
46+
.hypothesis/
2847

2948
# Translations
3049
*.mo
50+
*.pot
51+
52+
# Django stuff:
53+
*.log
54+
local_settings.py
55+
56+
# Sphinx documentation
57+
docs/_build/
58+
59+
# PyBuilder
60+
target/
61+
62+
# Ipython Notebook
63+
.ipynb_checkpoints
64+
65+
# pyenv
66+
.python-version
3167

32-
# Mr Developer
33-
.mr.developer.cfg
34-
.project
35-
.pydevproject
36-
*.sublime-*
37-
38-
# Music/playlist files
39-
*.mp3
40-
*.flac
41-
*.ogg
42-
*.m4a
43-
*.m3u
44-
*.m3u8
45-
*.pls

0 commit comments

Comments
 (0)