|
| 1 | +node_modules |
| 2 | + |
| 3 | +# Created by <https://www.toptal.com/developers/gitignore/api/python> |
| 4 | + |
| 5 | +# Edit at <https://www.toptal.com/developers/gitignore?templates=python> |
| 6 | + |
| 7 | +### Python ### |
| 8 | + |
| 9 | +# Byte-compiled / optimized / DLL files |
| 10 | + |
| 11 | +__pycache__/ |
| 12 | +*.py[cod] |
| 13 | +*$py.class |
| 14 | + |
| 15 | +# C extensions |
| 16 | + |
| 17 | +*.so |
| 18 | + |
| 19 | +# Distribution / packaging |
| 20 | + |
| 21 | +.Python |
| 22 | +build/ |
| 23 | +develop-eggs/ |
| 24 | +dist/ |
| 25 | +downloads/ |
| 26 | +eggs/ |
| 27 | +.eggs/ |
| 28 | +lib/ |
| 29 | +lib64/ |
| 30 | +parts/ |
| 31 | +sdist/ |
| 32 | +var/ |
| 33 | +wheels/ |
| 34 | +share/python-wheels/ |
| 35 | +*.egg-info/ |
| 36 | +.installed.cfg |
| 37 | +*.egg |
| 38 | +MANIFEST |
| 39 | + |
| 40 | +# PyInstaller |
| 41 | + |
| 42 | +# Usually these files are written by a python script from a template |
| 43 | + |
| 44 | +# before PyInstaller builds the exe, so as to inject date/other infos into it |
| 45 | + |
| 46 | +*.manifest |
| 47 | +*.spec |
| 48 | + |
| 49 | +# Installer logs |
| 50 | + |
| 51 | +pip-log.txt |
| 52 | +pip-delete-this-directory.txt |
| 53 | + |
| 54 | +# Unit test / coverage reports |
| 55 | + |
| 56 | +htmlcov/ |
| 57 | +.tox/ |
| 58 | +.nox/ |
| 59 | +.coverage |
| 60 | +.coverage.* |
| 61 | +.cache |
| 62 | +nosetests.xml |
| 63 | +coverage.xml |
| 64 | +*.cover |
| 65 | +*.py,cover |
| 66 | +.hypothesis/ |
| 67 | +.pytest_cache/ |
| 68 | +cover/ |
| 69 | + |
| 70 | +# Translations |
| 71 | + |
| 72 | +*.mo |
| 73 | +*.pot |
| 74 | + |
| 75 | +# Django stuff |
| 76 | + |
| 77 | +*.log |
| 78 | +local_settings.py |
| 79 | +db.sqlite3 |
| 80 | +db.sqlite3-journal |
| 81 | + |
| 82 | +# Flask stuff |
| 83 | + |
| 84 | +instance/ |
| 85 | +.webassets-cache |
| 86 | + |
| 87 | +# Scrapy stuff |
| 88 | + |
| 89 | +.scrapy |
| 90 | + |
| 91 | +# Sphinx documentation |
| 92 | + |
| 93 | +docs/_build/ |
| 94 | + |
| 95 | +# PyBuilder |
| 96 | + |
| 97 | +.pybuilder/ |
| 98 | +target/ |
| 99 | + |
| 100 | +# Jupyter Notebook |
| 101 | + |
| 102 | +.ipynb_checkpoints |
| 103 | + |
| 104 | +# IPython |
| 105 | + |
| 106 | +profile_default/ |
| 107 | +ipython_config.py |
| 108 | + |
| 109 | +# pyenv |
| 110 | + |
| 111 | +# For a library or package, you might want to ignore these files since the code is |
| 112 | + |
| 113 | +# intended to run in multiple environments; otherwise, check them in |
| 114 | + |
| 115 | +# .python-version |
| 116 | + |
| 117 | +# pipenv |
| 118 | + |
| 119 | +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control |
| 120 | + |
| 121 | +# However, in case of collaboration, if having platform-specific dependencies or dependencies |
| 122 | + |
| 123 | +# having no cross-platform support, pipenv may install dependencies that don't work, or not |
| 124 | + |
| 125 | +# install all needed dependencies |
| 126 | + |
| 127 | +# Pipfile.lock |
| 128 | + |
| 129 | +# poetry |
| 130 | + |
| 131 | +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control |
| 132 | + |
| 133 | +# This is especially recommended for binary packages to ensure reproducibility, and is more |
| 134 | + |
| 135 | +# commonly ignored for libraries |
| 136 | + |
| 137 | +# <https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control> |
| 138 | + |
| 139 | +# poetry.lock |
| 140 | + |
| 141 | +# pdm |
| 142 | + |
| 143 | +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control |
| 144 | + |
| 145 | +# pdm.lock |
| 146 | + |
| 147 | +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it |
| 148 | + |
| 149 | +# in version control |
| 150 | + |
| 151 | +# <https://pdm.fming.dev/#use-with-ide> |
| 152 | + |
| 153 | +.pdm.toml |
| 154 | + |
| 155 | +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm |
| 156 | + |
| 157 | +__pypackages__/ |
| 158 | + |
| 159 | +# Celery stuff |
| 160 | + |
| 161 | +celerybeat-schedule |
| 162 | +celerybeat.pid |
| 163 | + |
| 164 | +# SageMath parsed files |
| 165 | + |
| 166 | +*.sage.py |
| 167 | + |
| 168 | +# Environments |
| 169 | + |
| 170 | +.env |
| 171 | +.venv |
| 172 | +env/ |
| 173 | +venv/ |
| 174 | +ENV/ |
| 175 | +env.bak/ |
| 176 | +venv.bak/ |
| 177 | + |
| 178 | +# Spyder project settings |
| 179 | + |
| 180 | +.spyderproject |
| 181 | +.spyproject |
| 182 | + |
| 183 | +# Rope project settings |
| 184 | + |
| 185 | +.ropeproject |
| 186 | + |
| 187 | +# mkdocs documentation |
| 188 | + |
| 189 | +/site |
| 190 | + |
| 191 | +# mypy |
| 192 | + |
| 193 | +.mypy_cache/ |
| 194 | +.dmypy.json |
| 195 | +dmypy.json |
| 196 | + |
| 197 | +# Pyre type checker |
| 198 | + |
| 199 | +.pyre/ |
| 200 | + |
| 201 | +# pytype static type analyzer |
| 202 | + |
| 203 | +.pytype/ |
| 204 | + |
| 205 | +# Cython debug symbols |
| 206 | + |
| 207 | +cython_debug/ |
| 208 | + |
| 209 | +# PyCharm |
| 210 | + |
| 211 | +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can |
| 212 | + |
| 213 | +# be found at <https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore> |
| 214 | + |
| 215 | +# and can be added to the global gitignore or merged into this file. For a more nuclear |
| 216 | + |
| 217 | +# option (not recommended) you can uncomment the following to ignore the entire idea folder |
| 218 | + |
| 219 | +# .idea/ |
| 220 | + |
| 221 | +### Python Patch ### |
| 222 | + |
| 223 | +# Poetry local configuration file - <https://python-poetry.org/docs/configuration/#local-configuration> |
| 224 | + |
| 225 | +poetry.toml |
| 226 | + |
| 227 | +# End of <https://www.toptal.com/developers/gitignore/api/python> |
0 commit comments