Commit 81df63a 1 parent 0c3ee4f commit 81df63a Copy full SHA for 81df63a
File tree 1 file changed +120
-0
lines changed
1 file changed +120
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## Python ###
2
+ # Byte-compiled / optimized / DLL files
3
+ __pycache__ /
4
+ * .py [cod ]
5
+ * $py.class
6
+
7
+ # C extensions
8
+ * .so
9
+
10
+ # Distribution / packaging
11
+ .Python
12
+ build /
13
+ develop-eggs /
14
+ dist /
15
+ downloads /
16
+ eggs /
17
+ .eggs /
18
+ lib /
19
+ lib64 /
20
+ parts /
21
+ sdist /
22
+ var /
23
+ wheels /
24
+ pip-wheel-metadata /
25
+ share /python-wheels /
26
+ * .egg-info /
27
+ .installed.cfg
28
+ * .egg
29
+ MANIFEST
30
+
31
+ # PyInstaller
32
+ # Usually these files are written by a python script from a template
33
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
+ * .manifest
35
+ * .spec
36
+
37
+ # Installer logs
38
+ pip-log.txt
39
+ pip-delete-this-directory.txt
40
+
41
+ # Unit test / coverage reports
42
+ htmlcov /
43
+ .tox /
44
+ .nox /
45
+ .coverage
46
+ .coverage. *
47
+ .cache
48
+ nosetests.xml
49
+ coverage.xml
50
+ * .cover
51
+ .hypothesis /
52
+ .pytest_cache /
53
+
54
+ # Translations
55
+ * .mo
56
+ * .pot
57
+
58
+ # Scrapy stuff:
59
+ .scrapy
60
+
61
+ # Sphinx documentation
62
+ docs /_build /
63
+
64
+ # PyBuilder
65
+ target /
66
+
67
+ # pyenv
68
+ .python-version
69
+
70
+ # pipenv
71
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
72
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
73
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
74
+ # install all needed dependencies.
75
+ # Pipfile.lock
76
+
77
+ # celery beat schedule file
78
+ celerybeat-schedule
79
+
80
+ # SageMath parsed files
81
+ * .sage.py
82
+
83
+ # Environments
84
+ .env
85
+ .venv
86
+ env /
87
+ venv /
88
+ ENV /
89
+ env.bak /
90
+ venv.bak /
91
+
92
+ # Spyder project settings
93
+ .spyderproject
94
+ .spyproject
95
+
96
+ # Rope project settings
97
+ .ropeproject
98
+
99
+ # Mr Developer
100
+ .mr.developer.cfg
101
+ .project
102
+ .pydevproject
103
+
104
+ # mkdocs documentation
105
+ /site
106
+
107
+ # mypy
108
+ .mypy_cache /
109
+ .dmypy.json
110
+ dmypy.json
111
+
112
+ # Pyre type checker
113
+ .pyre /
114
+
115
+ # ## VisualStudioCode ###
116
+ .vscode /
117
+
118
+ # ## VisualStudioCode Patch ###
119
+ # Ignore all local history of files
120
+ .history
You can’t perform that action at this time.
0 commit comments