1 # Byte-compiled / optimized / DLL files
9 # Distribution / packaging
30 # Usually these files are written by a python script from a template
31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
37 pip-delete-this-directory.txt
39 # Unit test / coverage reports
71 # Sphinx documentation
86 # For a library or package, you might want to ignore these files since the code is
87 # intended to run in multiple environments; otherwise, check them in:
91 # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92 # However, in case of collaboration, if having platform-specific dependencies or dependencies
93 # having no cross-platform support, pipenv may install dependencies that don't work, or not
94 # install all needed dependencies.
98 # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99 # This is especially recommended for binary packages to ensure reproducibility, and is more
100 # commonly ignored for libraries.
101 # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
105 # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
107 # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108 # in version control.
109 # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
114 # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
121 # SageMath parsed files
133 # Spyder project settings
137 # Rope project settings
140 # mkdocs documentation
151 # pytype static type analyzer
154 # Cython debug symbols
158 # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159 # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160 # and can be added to the global gitignore or merged into this file. For a more nuclear
161 # option (not recommended) you can uncomment the following to ignore the entire idea folder.