File tree 1 file changed +62
-15
lines changed
1 file changed +62
-15
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
- env /
11
- bin /
12
11
build /
13
12
develop-eggs /
14
13
dist /
14
+ downloads /
15
15
eggs /
16
+ .eggs /
16
17
lib /
17
18
lib64 /
18
19
parts /
19
20
sdist /
20
21
var /
22
+ wheels /
21
23
* .egg-info /
22
24
.installed.cfg
23
25
* .egg
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
24
33
25
34
# Installer logs
26
35
pip-log.txt
@@ -30,28 +39,66 @@ pip-delete-this-directory.txt
30
39
htmlcov /
31
40
.tox /
32
41
.coverage
42
+ .coverage. *
33
43
.cache
34
44
nosetests.xml
35
45
coverage.xml
36
- coverage_html
37
-
38
- # Mr Developer
39
- .mr.developer.cfg
40
- .project
41
- .pydevproject
46
+ * .cover
47
+ .hypothesis /
48
+ .pytest_cache /
42
49
43
- # Rope
44
- .ropeproject
50
+ # Translations
51
+ * .mo
52
+ * .pot
45
53
46
54
# Django stuff:
47
55
* .log
48
- * .pot
56
+ local_settings.py
57
+ db.sqlite3
58
+
59
+ # Flask stuff:
60
+ instance /
61
+ .webassets-cache
62
+
63
+ # Scrapy stuff:
64
+ .scrapy
49
65
50
66
# Sphinx documentation
51
67
docs /_build /
52
68
53
- .DS_Store
54
- db.sqlite3
69
+ # PyBuilder
70
+ target /
71
+
72
+ # Jupyter Notebook
73
+ .ipynb_checkpoints
74
+
75
+ # pyenv
76
+ .python-version
77
+
78
+ # celery beat schedule file
79
+ celerybeat-schedule
80
+
81
+ # SageMath parsed files
82
+ * .sage.py
83
+
84
+ # Environments
85
+ .env
86
+ .venv
87
+ env /
88
+ venv /
89
+ ENV /
90
+ env.bak /
91
+ venv.bak /
92
+
93
+ # Spyder project settings
94
+ .spyderproject
95
+ .spyproject
96
+
97
+ # Rope project settings
98
+ .ropeproject
99
+
100
+ # mkdocs documentation
101
+ /site
55
102
56
- # IntelliJ IDE files
57
- .idea
103
+ # mypy
104
+ .mypy_cache /
You can’t perform that action at this time.
0 commit comments