File tree 1 file changed +50
-13
lines changed
1 file changed +50
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Byte-compiled / optimized / DLL files
2
2
__pycache__ /
3
3
* .py [cod ]
4
+ * $py.class
4
5
5
6
# C extensions
6
7
* .so
7
8
8
9
# Distribution / packaging
9
10
.Python
10
11
env /
11
- bin /
12
12
build /
13
13
develop-eggs /
14
14
dist /
15
+ downloads /
15
16
eggs /
17
+ .eggs /
16
18
lib /
17
19
lib64 /
18
20
parts /
19
21
sdist /
20
22
var /
23
+ wheels /
21
24
* .egg-info /
22
25
.installed.cfg
23
26
* .egg
24
- include /
25
- local /
26
- MANIFEST
27
+
28
+ # PyInstaller
29
+ # Usually these files are written by a python script from a template
30
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
31
+ * .manifest
32
+ * .spec
27
33
28
34
# Installer logs
29
35
pip-log.txt
@@ -33,31 +39,62 @@ pip-delete-this-directory.txt
33
39
htmlcov /
34
40
.tox /
35
41
.coverage
42
+ .coverage. *
36
43
.cache
37
44
nosetests.xml
38
45
coverage.xml
46
+ * ,cover
47
+ .hypothesis /
39
48
40
49
# Translations
41
50
* .mo
42
-
43
- # Mr Developer
44
- .mr.developer.cfg
45
- .project
46
- .pydevproject
47
-
48
- # Rope
49
- .ropeproject
51
+ * .pot
50
52
51
53
# Django stuff:
52
54
* .log
53
- * .pot
55
+ local_settings.py
56
+
57
+ # Flask stuff:
58
+ instance /
59
+ .webassets-cache
60
+
61
+ # Scrapy stuff:
62
+ .scrapy
54
63
55
64
# Sphinx documentation
56
65
docs /_build /
57
66
67
+ # PyBuilder
68
+ target /
69
+
70
+ # Jupyter Notebook
71
+ .ipynb_checkpoints
72
+
73
+ # pyenv
74
+ .python-version
75
+
76
+ # celery beat schedule file
77
+ celerybeat-schedule
78
+
79
+ # dotenv
80
+ .env
81
+
82
+ # virtualenv
83
+ .venv /
84
+ venv /
85
+ ENV /
86
+
87
+ # Spyder project settings
88
+ .spyderproject
89
+
90
+ # Rope project settings
91
+ .ropeproject
92
+
58
93
# JetBrains
59
94
.idea
60
95
61
96
97
+ # Project specific
98
+
62
99
# README.md is the true source, README is generated from it.
63
100
README
You can’t perform that action at this time.
0 commit comments