File tree Expand file tree Collapse file tree 1 file changed +113
-4
lines changed Expand file tree Collapse file tree 1 file changed +113
-4
lines changed Original file line number Diff line number Diff line change 1
- __pycache__
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
3
+ * .py [cod ]
4
+ * $py.class
5
+
6
+ # C extensions
7
+ * .so
8
+
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
+ wheels /
24
+ * .egg-info /
25
+ .installed.cfg
26
+ * .egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ * .manifest
33
+ * .spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov /
41
+ .tox /
42
+ .coverage
43
+ .coverage. *
44
+ .cache
45
+ nosetests.xml
46
+ coverage.xml
47
+ * .cover
48
+ .hypothesis /
49
+ .pytest_cache /
50
+
51
+ # Translations
52
+ * .mo
53
+ * .pot
54
+
55
+ # Django stuff:
56
+ * .log
57
+ local_settings.py
58
+
59
+ # Flask stuff:
60
+ instance /
61
+ .webassets-cache
62
+
63
+ # Scrapy stuff:
64
+ .scrapy
65
+
66
+ # PyBuilder
67
+ target /
68
+
69
+ # Jupyter Notebook
70
+ .ipynb_checkpoints
71
+
72
+ # celery beat schedule file
73
+ celerybeat-schedule
74
+
75
+ # SageMath parsed files
76
+ * .sage.py
77
+
78
+ # dotenv
79
+ .env
80
+
81
+ # virtualenv
82
+ .venv
83
+ venv /
84
+ ENV /
85
+
86
+ # Spyder project settings
87
+ .spyderproject
88
+ .spyproject
89
+
90
+ # Rope project settings
91
+ .ropeproject
92
+
93
+ # sphinx build & templates directory
94
+ docs /_build /
95
+ docs /_templates /
2
96
_build
97
+
98
+ # mypy
99
+ .mypy_cache /
100
+
101
+ # IDE settings
102
+ .vscode /
103
+ .idea /
104
+
105
+ # OS generated files
3
106
.DS_Store
4
- dist
5
- MANIFEST
6
- * .egg-info
107
+ .DS_Store ?
108
+ ._ *
109
+ .Spotlight-V100
110
+ .Trashes
111
+ ehthumbs.db
112
+ Thumbs.db
113
+
114
+ # Project-specific
115
+ mrestimator /_version.py
7
116
examples /getting_started /output
8
117
examples /getting_started /data
You can’t perform that action at this time.
0 commit comments