File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -78,12 +78,88 @@ venv/
7878* ~
7979
8080# VSCode
81- / .vscode
81+ .vscode /
8282
8383# Automatically generated files
8484docs /preconvert
8585site /
8686out
8787
8888# environment variables
89- .env
89+ .env
90+
91+ # coverage
92+ coverage.xml
93+
94+ # Logs
95+ logs /
96+ * .log
97+
98+ # Database
99+ * .db
100+ * .sqlite
101+ * .sqlite3
102+
103+ # OS generated files
104+ Thumbs.db
105+ ehthumbs.db
106+ Desktop.ini
107+
108+ # Temporary files
109+ * .tmp
110+ * .temp
111+ * .bak
112+ * .backup
113+
114+ # Docker
115+ .dockerignore
116+
117+ # Local development
118+ .local /
119+ local /
120+
121+ # Ruff cache
122+ .ruff_cache /
123+
124+ # Jupyter Notebook
125+ .ipynb_checkpoints
126+
127+ # pyenv
128+ .python-version
129+
130+ # pipenv
131+ Pipfile.lock
132+
133+ # PEP 582
134+ __pypackages__ /
135+
136+ # Celery
137+ celerybeat-schedule
138+ celerybeat.pid
139+
140+ # SageMath parsed files
141+ * .sage.py
142+
143+ # Spyder project settings
144+ .spyderproject
145+ .spyproject
146+
147+ # Rope project settings
148+ .ropeproject
149+
150+ # mkdocs documentation
151+ /site
152+
153+ # mypy
154+ .mypy_cache /
155+ .dmypy.json
156+ dmypy.json
157+
158+ # Pyre type checker
159+ .pyre /
160+
161+ # pytype static type analyzer
162+ .pytype /
163+
164+ # Cython debug symbols
165+ cython_debug /
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments