This repository was archived by the owner on Oct 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +50
-28
lines changed Expand file tree Collapse file tree 1 file changed +50
-28
lines changed Original file line number Diff line number Diff line change
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
1
3
* .py [cod ]
4
+ * $py.class
2
5
3
6
# C extensions
4
7
* .so
5
8
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 /
17
24
.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
20
32
21
33
# Installer logs
22
34
pip-log.txt
35
+ pip-delete-this-directory.txt
23
36
24
37
# Unit test / coverage reports
38
+ htmlcov /
39
+ .tox /
25
40
.coverage
26
- .tox
41
+ .coverage. *
42
+ .cache
27
43
nosetests.xml
44
+ coverage.xml
45
+ * ,cover
46
+ .hypothesis /
28
47
29
48
# Translations
30
49
* .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
31
67
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
You can’t perform that action at this time.
0 commit comments