@@ -165,4 +165,210 @@ cython_debug/
165165# and can be added to the global gitignore or merged into this file. For a more nuclear
166166# option (not recommended) you can uncomment the following to ignore the entire idea folder.
167167# .idea/
168- .token
168+ .token
169+
170+ .run
171+ .idea
172+ reports
173+ venv_test
174+ mcp_test
175+ twinizer-0
176+ test_output.txt
177+ .env
178+ .wav
179+ * .wav
180+ .mp3
181+ * .mp3
182+ .mp4
183+ * .mp4
184+ .jpg
185+ * .jpg
186+ .png
187+ * .png
188+ storage
189+ test_storage
190+ pyproject.toml.bak
191+ .bak
192+ .log
193+ requirements.txt.backup
194+ testfile.txt
195+ .flatedit.logs.txt
196+ .logs.txt
197+ .logs
198+ .py.bak
199+ * .py.bak
200+ mcp.code-workspace
201+ # Byte-compiled / optimized / DLL files
202+ __pycache__ /
203+ * .py [cod ]
204+ * $py.class
205+ python-sdk
206+ # C extensions
207+ * .so
208+
209+ # Distribution / packaging
210+ .Python
211+ build /
212+ develop-eggs /
213+ dist /
214+ downloads /
215+ eggs /
216+ .eggs /
217+ lib /
218+ lib64 /
219+ parts /
220+ sdist /
221+ var /
222+ wheels /
223+ share /python-wheels /
224+ * .egg-info /
225+ .installed.cfg
226+ * .egg
227+ MANIFEST
228+
229+ # PyInstaller
230+ # Usually these files are written by a python script from a template
231+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
232+ * .manifest
233+ * .spec
234+
235+ # Installer logs
236+ pip-log.txt
237+ pip-delete-this-directory.txt
238+
239+ # Unit test / coverage reports
240+ htmlcov /
241+ .tox /
242+ .nox /
243+ .coverage
244+ .coverage. *
245+ .cache
246+ nosetests.xml
247+ coverage.xml
248+ * .cover
249+ * .py,cover
250+ .hypothesis /
251+ .pytest_cache /
252+ cover /
253+
254+ # Translations
255+ * .mo
256+ * .pot
257+
258+ # Django stuff:
259+ * .log
260+ local_settings.py
261+ db.sqlite3
262+ db.sqlite3-journal
263+
264+ # Flask stuff:
265+ instance /
266+ .webassets-cache
267+
268+ # Scrapy stuff:
269+ .scrapy
270+
271+ # Sphinx documentation
272+ docs /_build /
273+
274+ # PyBuilder
275+ .pybuilder /
276+ target /
277+
278+ # Jupyter Notebook
279+ .ipynb_checkpoints
280+
281+ # IPython
282+ profile_default /
283+ ipython_config.py
284+
285+ # pyenv
286+ # For a library or package, you might want to ignore these files since the code is
287+ # intended to run in multiple environments; otherwise, check them in:
288+ # .python-version
289+
290+ # pipenv
291+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
292+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
293+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
294+ # install all needed dependencies.
295+ # Pipfile.lock
296+
297+ # UV
298+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
299+ # This is especially recommended for binary packages to ensure reproducibility, and is more
300+ # commonly ignored for libraries.
301+ # uv.lock
302+
303+ # poetry
304+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
305+ # This is especially recommended for binary packages to ensure reproducibility, and is more
306+ # commonly ignored for libraries.
307+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
308+ # poetry.lock
309+
310+ # pdm
311+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
312+ # pdm.lock
313+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
314+ # in version control.
315+ # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
316+ .pdm.toml
317+ .pdm-python
318+ .pdm-build /
319+
320+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
321+ __pypackages__ /
322+
323+ # Celery stuff
324+ celerybeat-schedule
325+ celerybeat.pid
326+
327+ # SageMath parsed files
328+ * .sage.py
329+
330+ # Environments
331+ .env
332+ .venv
333+ env /
334+ venv /
335+ ENV /
336+ env.bak /
337+ venv.bak /
338+
339+ # Spyder project settings
340+ .spyderproject
341+ .spyproject
342+
343+ # Rope project settings
344+ .ropeproject
345+
346+ # mkdocs documentation
347+ /site
348+
349+ # mypy
350+ .mypy_cache /
351+ .dmypy.json
352+ dmypy.json
353+
354+ # Pyre type checker
355+ .pyre /
356+
357+ # pytype static type analyzer
358+ .pytype /
359+
360+ # Cython debug symbols
361+ cython_debug /
362+
363+ # PyCharm
364+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
365+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
366+ # and can be added to the global gitignore or merged into this file. For a more nuclear
367+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
368+ # .idea/
369+
370+ # Ruff stuff:
371+ .ruff_cache /
372+
373+ # PyPI configuration file
374+ .pypirc
0 commit comments