CoolFace
Apppublic

JetBrains-Research/commit-message-editing-visualization

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitignore282 linesDownload Raw Back to root
1# Created by https://www.toptal.com/developers/gitignore/api/pycharm+all,venv,python2# Edit at https://www.toptal.com/developers/gitignore?templates=pycharm+all,venv,python3 4### PyCharm+all ###5# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider6# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/2065448397 8# User-specific stuff9.idea/**/workspace.xml10.idea/**/tasks.xml11.idea/**/usage.statistics.xml12.idea/**/dictionaries13.idea/**/shelf14 15# AWS User-specific16.idea/**/aws.xml17 18# Generated files19.idea/**/contentModel.xml20 21# Sensitive or high-churn files22.idea/**/dataSources/23.idea/**/dataSources.ids24.idea/**/dataSources.local.xml25.idea/**/sqlDataSources.xml26.idea/**/dynamic.xml27.idea/**/uiDesigner.xml28.idea/**/dbnavigator.xml29 30# Gradle31.idea/**/gradle.xml32.idea/**/libraries33 34# Gradle and Maven with auto-import35# When using Gradle or Maven with auto-import, you should exclude module files,36# since they will be recreated, and may cause churn.  Uncomment if using37# auto-import.38# .idea/artifacts39# .idea/compiler.xml40# .idea/jarRepositories.xml41# .idea/modules.xml42# .idea/*.iml43# .idea/modules44# *.iml45# *.ipr46 47# CMake48cmake-build-*/49 50# Mongo Explorer plugin51.idea/**/mongoSettings.xml52 53# File-based project format54*.iws55 56# IntelliJ57out/58 59# mpeltonen/sbt-idea plugin60.idea_modules/61 62# JIRA plugin63atlassian-ide-plugin.xml64 65# Cursive Clojure plugin66.idea/replstate.xml67 68# SonarLint plugin69.idea/sonarlint/70 71# Crashlytics plugin (for Android Studio and IntelliJ)72com_crashlytics_export_strings.xml73crashlytics.properties74crashlytics-build.properties75fabric.properties76 77# Editor-based Rest Client78.idea/httpRequests79 80# Android studio 3.1+ serialized cache file81.idea/caches/build_file_checksums.ser82 83### PyCharm+all Patch ###84# Ignore everything but code style settings and run configurations85# that are supposed to be shared within teams.86 87.idea/*88 89!.idea/codeStyles90!.idea/runConfigurations91 92### Python ###93# Byte-compiled / optimized / DLL files94__pycache__/95*.py[cod]96*$py.class97 98# C extensions99*.so100 101# Distribution / packaging102.Python103build/104develop-eggs/105dist/106downloads/107eggs/108.eggs/109lib/110lib64/111parts/112sdist/113var/114wheels/115share/python-wheels/116*.egg-info/117.installed.cfg118*.egg119MANIFEST120 121# PyInstaller122#  Usually these files are written by a python script from a template123#  before PyInstaller builds the exe, so as to inject date/other infos into it.124*.manifest125*.spec126 127# Installer logs128pip-log.txt129pip-delete-this-directory.txt130 131# Unit test / coverage reports132htmlcov/133.tox/134.nox/135.coverage136.coverage.*137.cache138nosetests.xml139coverage.xml140*.cover141*.py,cover142.hypothesis/143.pytest_cache/144cover/145 146# Translations147*.mo148*.pot149 150# Django stuff:151*.log152local_settings.py153db.sqlite3154db.sqlite3-journal155 156# Flask stuff:157instance/158.webassets-cache159 160# Scrapy stuff:161.scrapy162 163# Sphinx documentation164docs/_build/165 166# PyBuilder167.pybuilder/168target/169 170# Jupyter Notebook171.ipynb_checkpoints172 173# IPython174profile_default/175ipython_config.py176 177# pyenv178#   For a library or package, you might want to ignore these files since the code is179#   intended to run in multiple environments; otherwise, check them in:180# .python-version181 182# pipenv183#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.184#   However, in case of collaboration, if having platform-specific dependencies or dependencies185#   having no cross-platform support, pipenv may install dependencies that don't work, or not186#   install all needed dependencies.187#Pipfile.lock188 189# poetry190#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.191#   This is especially recommended for binary packages to ensure reproducibility, and is more192#   commonly ignored for libraries.193#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control194#poetry.lock195 196# pdm197#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.198#pdm.lock199#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it200#   in version control.201#   https://pdm.fming.dev/#use-with-ide202.pdm.toml203 204# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm205__pypackages__/206 207# Celery stuff208celerybeat-schedule209celerybeat.pid210 211# SageMath parsed files212*.sage.py213 214# Environments215.env216.venv217env/218venv/219ENV/220env.bak/221venv.bak/222 223# Spyder project settings224.spyderproject225.spyproject226 227# Rope project settings228.ropeproject229 230# mkdocs documentation231/site232 233# mypy234.mypy_cache/235.dmypy.json236dmypy.json237 238# Pyre type checker239.pyre/240 241# pytype static type analyzer242.pytype/243 244# Cython debug symbols245cython_debug/246 247# PyCharm248#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can249#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore250#  and can be added to the global gitignore or merged into this file.  For a more nuclear251#  option (not recommended) you can uncomment the following to ignore the entire idea folder.252#.idea/253 254### Python Patch ###255# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration256poetry.toml257 258# ruff259.ruff_cache/260 261# LSP config files262pyrightconfig.json263 264### venv ###265# Virtualenv266# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/267[Bb]in268[Ii]nclude269[Ll]ib270[Ll]ib64271[Ll]ocal272[Ss]cripts273pyvenv.cfg274pip-selfcheck.json275 276# End of https://www.toptal.com/developers/gitignore/api/pycharm+all,venv,python277 278.idea279 280cache281output282data