File tree Expand file tree Collapse file tree 3 files changed +61
-2
lines changed
Expand file tree Collapse file tree 3 files changed +61
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 with :
2525 fetch-depth : 0
2626
27- - name : Setup Python
27+ - name : Set up Python
2828 uses : actions/setup-python@v4
2929 with :
30- python-version : ' 3.11 '
30+ python-version : ' 3.10 '
3131
3232 - name : Install dependencies
3333 run : |
Original file line number Diff line number Diff line change @@ -213,3 +213,61 @@ logs/
213213.Trashes
214214ehthumbs.db
215215Thumbs.db
216+
217+ # MkDocs build output
218+ site /
219+
220+ # Python
221+ __pycache__ /
222+ * .py [cod ]
223+ * $py.class
224+ * .so
225+ .Python
226+ build /
227+ develop-eggs /
228+ dist /
229+ downloads /
230+ eggs /
231+ .eggs /
232+ lib /
233+ lib64 /
234+ parts /
235+ sdist /
236+ var /
237+ wheels /
238+ * .egg-info /
239+ .installed.cfg
240+ * .egg
241+ MANIFEST
242+
243+ # Virtual environments
244+ .env
245+ .venv
246+ env /
247+ venv /
248+ ENV /
249+ env.bak /
250+ venv.bak /
251+
252+ # IDE
253+ .vscode /
254+ .idea /
255+ * .swp
256+ * .swo
257+ * ~
258+
259+ # OS
260+ .DS_Store
261+ .DS_Store ?
262+ ._ *
263+ .Spotlight-V100
264+ .Trashes
265+ ehthumbs.db
266+ Thumbs.db
267+
268+ # Logs
269+ * .log
270+
271+ # Temporary files
272+ * .tmp
273+ * .temp
Original file line number Diff line number Diff line change 1+ python-cdmx.github.io
You can’t perform that action at this time.
0 commit comments