MoYoYoTech/VoiceDialogue
645
1### VisualStudioCode template2.vscode/*3!.vscode/settings.json4!.vscode/tasks.json5!.vscode/launch.json6!.vscode/extensions.json7!.vscode/*.code-snippets8 9# Local History for Visual Studio Code10.history/11 12# Built Visual Studio Code Extensions13*.vsix14 15### JetBrains template16# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider17# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/20654483918 19# User-specific stuff20.idea/**/workspace.xml21.idea/**/tasks.xml22.idea/**/usage.statistics.xml23.idea/**/dictionaries24.idea/**/shelf25 26# AWS User-specific27.idea/**/aws.xml28 29# Generated files30.idea/**/contentModel.xml31 32# Sensitive or high-churn files33.idea/**/dataSources/34.idea/**/dataSources.ids35.idea/**/dataSources.local.xml36.idea/**/sqlDataSources.xml37.idea/**/dynamic.xml38.idea/**/uiDesigner.xml39.idea/**/dbnavigator.xml40 41# Gradle42.idea/**/gradle.xml43.idea/**/libraries44.idea45 46# Gradle and Maven with auto-import47# When using Gradle or Maven with auto-import, you should exclude module files,48# since they will be recreated, and may cause churn. Uncomment if using49# auto-import.50# .idea/artifacts51# .idea/compiler.xml52# .idea/jarRepositories.xml53# .idea/modules.xml54# .idea/*.iml55# .idea/modules56# *.iml57# *.ipr58 59# CMake60cmake-build-*/61 62# Mongo Explorer plugin63.idea/**/mongoSettings.xml64 65# File-based project format66*.iws67 68# IntelliJ69out/70 71# mpeltonen/sbt-idea plugin72.idea_modules/73 74# JIRA plugin75atlassian-ide-plugin.xml76 77# Cursive Clojure plugin78.idea/replstate.xml79 80# SonarLint plugin81.idea/sonarlint/82 83# Crashlytics plugin (for Android Studio and IntelliJ)84com_crashlytics_export_strings.xml85crashlytics.properties86crashlytics-build.properties87fabric.properties88 89# Editor-based Rest Client90.idea/httpRequests91 92# Android studio 3.1+ serialized cache file93.idea/caches/build_file_checksums.ser94 95### Python template96# Byte-compiled / optimized / DLL files97__pycache__/98*.py[cod]99*$py.class100 101# C extensions102*.so103 104# Distribution / packaging105.Python106build/107develop-eggs/108dist/109downloads/110eggs/111.eggs/112lib/113lib64/114parts/115sdist/116var/117wheels/118share/python-wheels/119*.egg-info/120.installed.cfg121*.egg122MANIFEST123 124# PyInstaller125# Usually these files are written by a python script from a template126# before PyInstaller builds the exe, so as to inject date/other infos into it.127*.manifest128*.spec129 130# Installer logs131pip-log.txt132pip-delete-this-directory.txt133 134# Unit test / coverage reports135htmlcov/136.tox/137.nox/138.coverage139.coverage.*140.cache141nosetests.xml142coverage.xml143*.cover144*.py,cover145.hypothesis/146.pytest_cache/147cover/148 149# Translations150*.mo151*.pot152 153# Django stuff:154*.log155local_settings.py156db.sqlite3157db.sqlite3-journal158 159# Flask stuff:160instance/161.webassets-cache162 163# Scrapy stuff:164.scrapy165 166# Sphinx documentation167docs/_build/168 169# PyBuilder170.pybuilder/171target/172 173# Jupyter Notebook174.ipynb_checkpoints175 176# IPython177profile_default/178ipython_config.py179 180# pyenv181# For a library or package, you might want to ignore these files since the code is182# intended to run in multiple environments; otherwise, check them in:183# .python-version184 185# pipenv186# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.187# However, in case of collaboration, if having platform-specific dependencies or dependencies188# having no cross-platform support, pipenv may install dependencies that don't work, or not189# install all needed dependencies.190#Pipfile.lock191 192# poetry193# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.194# This is especially recommended for binary packages to ensure reproducibility, and is more195# commonly ignored for libraries.196# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control197#poetry.lock198 199# pdm200# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.201#pdm.lock202# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it203# in version control.204# https://pdm.fming.dev/latest/usage/project/#working-with-version-control205.pdm.toml206.pdm-python207.pdm-build/208 209# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm210__pypackages__/211 212# Celery stuff213celerybeat-schedule214celerybeat.pid215 216# SageMath parsed files217*.sage.py218 219# Environments220.env221.venv222env/223venv/224ENV/225env.bak/226venv.bak/227 228# Spyder project settings229.spyderproject230.spyproject231 232# Rope project settings233.ropeproject234 235# mkdocs documentation236/site237 238# mypy239.mypy_cache/240.dmypy.json241dmypy.json242 243# Pyre type checker244.pyre/245 246# pytype static type analyzer247.pytype/248 249# Cython debug symbols250cython_debug/251 252# PyCharm253# JetBrains specific template is maintained in a separate JetBrains.gitignore that can254# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore255# and can be added to the global gitignore or merged into this file. For a more nuclear256# option (not recommended) you can uncomment the following to ignore the entire idea folder.257#.idea/258 259electron-app/node_modules260electron-app/python-dist261electron-app/dist262tests/tts_test_output263.DS_Store264package-lock.json265output266 