File tree 1 file changed +143
-0
lines changed
1 file changed +143
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,146 @@ vignettes/rsconnect
25
25
vignettes /Figs
26
26
# Rprofile
27
27
.Rprofile
28
+
29
+ # #######################
30
+ # ## python gitignore ###
31
+ # #######################
32
+
33
+ # Byte-compiled / optimized / DLL files
34
+ __pycache__ /
35
+ * .py [cod ]
36
+ * $py.class
37
+
38
+ # C extensions
39
+ * .so
40
+
41
+ # Distribution / packaging
42
+ .Python
43
+ build /
44
+ develop-eggs /
45
+ dist /
46
+ downloads /
47
+ eggs /
48
+ .eggs /
49
+ lib /
50
+ lib64 /
51
+ parts /
52
+ sdist /
53
+ var /
54
+ wheels /
55
+ pip-wheel-metadata /
56
+ share /python-wheels /
57
+ * .egg-info /
58
+ .installed.cfg
59
+ * .egg
60
+ MANIFEST
61
+
62
+ # PyInstaller
63
+ # Usually these files are written by a python script from a template
64
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
65
+ * .manifest
66
+ * .spec
67
+
68
+ # Installer logs
69
+ pip-log.txt
70
+ pip-delete-this-directory.txt
71
+
72
+ # Unit test / coverage reports
73
+ htmlcov /
74
+ .tox /
75
+ .nox /
76
+ .coverage
77
+ .coverage. *
78
+ .cache
79
+ nosetests.xml
80
+ coverage.xml
81
+ * .cover
82
+ * .py,cover
83
+ .hypothesis /
84
+ .pytest_cache /
85
+
86
+ # Translations
87
+ * .mo
88
+ * .pot
89
+
90
+ # Django stuff:
91
+ * .log
92
+ local_settings.py
93
+ db.sqlite3
94
+ db.sqlite3-journal
95
+
96
+ # Flask stuff:
97
+ instance /
98
+ .webassets-cache
99
+
100
+ # Scrapy stuff:
101
+ .scrapy
102
+
103
+ # Sphinx documentation
104
+ docs /_build /
105
+
106
+ # PyBuilder
107
+ target /
108
+
109
+ # Jupyter Notebook
110
+ .ipynb_checkpoints
111
+
112
+ # IPython
113
+ profile_default /
114
+ ipython_config.py
115
+
116
+ # pyenv
117
+ .python-version
118
+
119
+ # pipenv
120
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
121
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
122
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
123
+ # install all needed dependencies.
124
+ # Pipfile.lock
125
+
126
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
127
+ __pypackages__ /
128
+
129
+ # Celery stuff
130
+ celerybeat-schedule
131
+ celerybeat.pid
132
+
133
+ # SageMath parsed files
134
+ * .sage.py
135
+
136
+ # Environments
137
+ .env
138
+ .venv
139
+ env /
140
+ venv /
141
+ ENV /
142
+ env.bak /
143
+ venv.bak /
144
+
145
+ # Spyder project settings
146
+ .spyderproject
147
+ .spyproject
148
+
149
+ # Rope project settings
150
+ .ropeproject
151
+
152
+ # mkdocs documentation
153
+ /site
154
+
155
+ # mypy
156
+ .mypy_cache /
157
+ .dmypy.json
158
+ dmypy.json
159
+
160
+ # Pyre type checker
161
+ .pyre /
162
+
163
+ # IDEs
164
+ .vscode
165
+
166
+ # memory system file
167
+ .DS_Store
168
+
169
+ # vim swap files
170
+ * .swp
You can’t perform that action at this time.
0 commit comments