1
- # Byte-compiled / optimized / DLL files
2
- __pycache__ /
3
- * .py [cod ]
4
- * $py.class
5
-
6
- # C extensions
7
- * .so
8
-
9
- # AoC
10
- .aoctiles /
11
- * .yaml
12
-
13
- # Distribution / packaging
14
- .Python
15
- .idea /
16
- build /
17
- develop-eggs /
18
- dist /
19
- downloads /
20
- eggs /
21
- .eggs /
22
- lib /
23
- lib64 /
24
- parts /
25
- sdist /
26
- var /
27
- wheels /
28
- pip-wheel-metadata /
29
- share /python-wheels /
30
- * .egg-info /
31
- .installed.cfg
32
- * .egg
33
- MANIFEST
34
-
35
- # PyInstaller
36
- # Usually these files are written by a python script from a template
37
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
38
- * .manifest
39
- * .spec
40
-
41
- # Installer logs
42
- pip-log.txt
43
- pip-delete-this-directory.txt
44
-
45
- # Unit test / coverage reports
46
- htmlcov /
47
- .tox /
48
- .nox /
49
- .coverage
50
- .coverage. *
51
- .cache
52
- nosetests.xml
53
- coverage.xml
54
- * .cover
55
- * .py,cover
56
- .hypothesis /
57
- .pytest_cache /
58
-
59
- # Translations
60
- * .mo
61
- * .pot
62
-
63
- # Django stuff:
64
- * .log
65
- local_settings.py
66
- db.sqlite3
67
- db.sqlite3-journal
68
-
69
- # Flask stuff:
70
- instance /
71
- .webassets-cache
72
-
73
- # Scrapy stuff:
74
- .scrapy
75
-
76
- # Sphinx documentation
77
- docs /_build /
78
-
79
- # PyBuilder
80
- target /
81
-
82
- # Jupyter Notebook
83
- .ipynb_checkpoints
84
-
85
- # IPython
86
- profile_default /
87
- ipython_config.py
88
-
89
- # pyenv
90
- .python-version
91
-
92
- # pipenv
93
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
95
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
96
- # install all needed dependencies.
97
- # Pipfile.lock
98
-
99
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
100
- __pypackages__ /
101
-
102
- # Celery stuff
103
- celerybeat-schedule
104
- celerybeat.pid
105
-
106
- # SageMath parsed files
107
- * .sage.py
108
-
109
- # Environments
110
- .env
111
- .venv
112
- env /
113
- .env /
114
- venv /
115
- ENV /
116
- env.bak /
117
- venv.bak /
118
-
119
- # Spyder project settings
120
- .spyderproject
121
- .spyproject
122
-
123
- # Rope project settings
124
- .ropeproject
125
-
126
- # mkdocs documentation
127
- /site
128
-
129
- # mypy
130
- .mypy_cache /
131
- .dmypy.json
132
- dmypy.json
133
-
134
- # Pyre type checker
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
3
+ * .py [cod ]
4
+ * $py.class
5
+
6
+ # C extensions
7
+ * .so
8
+
9
+ # AoC
10
+ .aoctiles /
11
+ * .yaml
12
+
13
+ # Distribution / packaging
14
+ .Python
15
+ .idea /
16
+ build /
17
+ develop-eggs /
18
+ dist /
19
+ downloads /
20
+ eggs /
21
+ .eggs /
22
+ lib /
23
+ lib64 /
24
+ parts /
25
+ sdist /
26
+ var /
27
+ wheels /
28
+ pip-wheel-metadata /
29
+ share /python-wheels /
30
+ * .egg-info /
31
+ .installed.cfg
32
+ * .egg
33
+ MANIFEST
34
+
35
+ # PyInstaller
36
+ # Usually these files are written by a python script from a template
37
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
38
+ * .manifest
39
+ * .spec
40
+
41
+ # Installer logs
42
+ pip-log.txt
43
+ pip-delete-this-directory.txt
44
+
45
+ # Unit test / coverage reports
46
+ htmlcov /
47
+ .tox /
48
+ .nox /
49
+ .coverage
50
+ .coverage. *
51
+ .cache
52
+ nosetests.xml
53
+ coverage.xml
54
+ * .cover
55
+ * .py,cover
56
+ .hypothesis /
57
+ .pytest_cache /
58
+
59
+ # Translations
60
+ * .mo
61
+ * .pot
62
+
63
+ # Django stuff:
64
+ * .log
65
+ local_settings.py
66
+ db.sqlite3
67
+ db.sqlite3-journal
68
+
69
+ # Flask stuff:
70
+ instance /
71
+ .webassets-cache
72
+
73
+ # Scrapy stuff:
74
+ .scrapy
75
+
76
+ # Sphinx documentation
77
+ docs /_build /
78
+
79
+ # PyBuilder
80
+ target /
81
+
82
+ # Jupyter Notebook
83
+ .ipynb_checkpoints
84
+
85
+ # IPython
86
+ profile_default /
87
+ ipython_config.py
88
+
89
+ # pyenv
90
+ .python-version
91
+
92
+ # pipenv
93
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
95
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
96
+ # install all needed dependencies.
97
+ # Pipfile.lock
98
+
99
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
100
+ __pypackages__ /
101
+
102
+ # Celery stuff
103
+ celerybeat-schedule
104
+ celerybeat.pid
105
+
106
+ # SageMath parsed files
107
+ * .sage.py
108
+
109
+ # Environments
110
+ .env
111
+ .venv
112
+ env /
113
+ .env /
114
+ venv /
115
+ ENV /
116
+ env.bak /
117
+ venv.bak /
118
+
119
+ # Spyder project settings
120
+ .spyderproject
121
+ .spyproject
122
+
123
+ # Rope project settings
124
+ .ropeproject
125
+
126
+ # mkdocs documentation
127
+ /site
128
+
129
+ # mypy
130
+ .mypy_cache /
131
+ .dmypy.json
132
+ dmypy.json
133
+
134
+ # Pyre type checker
135
135
.pyre /
0 commit comments