2013-04-14 12:46:22 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
2013-01-17 10:37:11 +08:00
|
|
|
__pycache__/
|
2012-04-13 03:21:38 +08:00
|
|
|
*.py[cod]
|
2015-04-29 02:41:00 +08:00
|
|
|
*$py.class
|
2012-04-13 03:21:38 +08:00
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
2010-11-09 06:11:17 +08:00
|
|
|
|
2013-01-17 10:37:11 +08:00
|
|
|
# Distribution / packaging
|
2013-12-14 22:07:26 +08:00
|
|
|
.Python
|
2013-01-17 10:37:11 +08:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
2014-02-19 22:46:17 +08:00
|
|
|
downloads/
|
2013-01-17 10:37:11 +08:00
|
|
|
eggs/
|
2015-02-03 05:46:23 +08:00
|
|
|
.eggs/
|
2013-01-17 10:37:11 +08:00
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
2016-11-27 07:46:06 +08:00
|
|
|
wheels/
|
2018-11-10 10:59:44 +08:00
|
|
|
share/python-wheels/
|
2013-01-17 10:37:11 +08:00
|
|
|
*.egg-info/
|
2010-11-11 06:33:30 +08:00
|
|
|
.installed.cfg
|
2013-01-17 10:37:11 +08:00
|
|
|
*.egg
|
2017-05-26 16:30:51 +08:00
|
|
|
MANIFEST
|
2010-11-09 06:11:17 +08:00
|
|
|
|
2014-02-22 14:22:15 +08:00
|
|
|
# PyInstaller
|
2014-08-15 19:16:24 +08:00
|
|
|
# Usually these files are written by a python script from a template
|
2014-02-22 14:22:15 +08:00
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
2014-02-22 17:48:38 +08:00
|
|
|
*.spec
|
2014-02-22 14:22:15 +08:00
|
|
|
|
2010-11-09 06:11:17 +08:00
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
2012-08-24 02:40:36 +08:00
|
|
|
pip-delete-this-directory.txt
|
2010-11-09 06:11:17 +08:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
2014-03-06 16:07:26 +08:00
|
|
|
htmlcov/
|
2013-01-17 10:37:11 +08:00
|
|
|
.tox/
|
2018-09-10 04:39:02 +08:00
|
|
|
.nox/
|
2010-11-09 06:11:17 +08:00
|
|
|
.coverage
|
2015-02-12 18:17:44 +08:00
|
|
|
.coverage.*
|
2013-08-06 06:17:52 +08:00
|
|
|
.cache
|
2011-09-09 18:32:11 +08:00
|
|
|
nosetests.xml
|
2013-10-22 18:17:22 +08:00
|
|
|
coverage.xml
|
2017-05-12 17:08:06 +08:00
|
|
|
*.cover
|
2019-09-20 23:59:50 +08:00
|
|
|
*.py,cover
|
2015-05-11 16:30:50 +08:00
|
|
|
.hypothesis/
|
2018-02-04 16:01:22 +08:00
|
|
|
.pytest_cache/
|
2020-02-20 02:09:45 +08:00
|
|
|
cover/
|
2011-04-05 11:14:03 +08:00
|
|
|
|
2012-08-19 00:55:23 +08:00
|
|
|
# Translations
|
2011-04-05 11:14:13 +08:00
|
|
|
*.mo
|
2014-02-21 07:52:28 +08:00
|
|
|
*.pot
|
2013-11-13 21:32:07 +08:00
|
|
|
|
2013-11-12 13:57:54 +08:00
|
|
|
# Django stuff:
|
|
|
|
*.log
|
2015-10-02 20:27:59 +08:00
|
|
|
local_settings.py
|
2018-02-25 21:57:08 +08:00
|
|
|
db.sqlite3
|
2019-05-26 00:16:08 +08:00
|
|
|
db.sqlite3-journal
|
2013-11-13 01:13:14 +08:00
|
|
|
|
2016-04-25 05:02:02 +08:00
|
|
|
# Flask stuff:
|
2016-02-12 20:14:41 +08:00
|
|
|
instance/
|
2016-04-25 05:02:02 +08:00
|
|
|
.webassets-cache
|
2016-02-12 20:14:41 +08:00
|
|
|
|
2015-06-05 23:43:20 +08:00
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
2013-11-13 01:13:14 +08:00
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2014-06-15 14:49:06 +08:00
|
|
|
|
|
|
|
# PyBuilder
|
2020-03-13 02:49:35 +08:00
|
|
|
.pybuilder/
|
2014-06-15 14:49:06 +08:00
|
|
|
target/
|
2015-12-13 23:40:01 +08:00
|
|
|
|
2016-10-27 03:48:53 +08:00
|
|
|
# Jupyter Notebook
|
2015-07-29 04:23:02 +08:00
|
|
|
.ipynb_checkpoints
|
2016-01-28 06:46:49 +08:00
|
|
|
|
2018-08-22 17:33:41 +08:00
|
|
|
# IPython
|
2018-08-27 00:35:37 +08:00
|
|
|
profile_default/
|
2018-08-22 17:33:41 +08:00
|
|
|
ipython_config.py
|
|
|
|
|
2015-12-13 23:40:01 +08:00
|
|
|
# pyenv
|
2020-02-10 09:25:26 +08:00
|
|
|
# For a library or package, you might want to ignore these files since the code is
|
|
|
|
# intended to run in multiple environments; otherwise, check them in:
|
|
|
|
# .python-version
|
2016-01-28 06:46:49 +08:00
|
|
|
|
2019-03-11 20:12:02 +08:00
|
|
|
# pipenv
|
|
|
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
|
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
2019-05-09 19:03:00 +08:00
|
|
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
2019-03-11 20:12:02 +08:00
|
|
|
# install all needed dependencies.
|
|
|
|
#Pipfile.lock
|
|
|
|
|
2024-12-03 14:25:58 +08:00
|
|
|
# UV
|
|
|
|
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
|
|
|
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
|
|
# commonly ignored for libraries.
|
|
|
|
#uv.lock
|
|
|
|
|
2021-12-07 07:31:40 +08:00
|
|
|
# poetry
|
|
|
|
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
|
|
|
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
|
|
# commonly ignored for libraries.
|
|
|
|
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
|
|
|
#poetry.lock
|
|
|
|
|
2022-02-17 06:43:19 +08:00
|
|
|
# pdm
|
2022-02-19 01:54:31 +08:00
|
|
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
|
|
#pdm.lock
|
|
|
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
|
|
|
# in version control.
|
2023-10-02 04:41:53 +08:00
|
|
|
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
2022-02-19 01:54:31 +08:00
|
|
|
.pdm.toml
|
2023-04-10 00:25:17 +08:00
|
|
|
.pdm-python
|
2023-12-28 21:21:54 +08:00
|
|
|
.pdm-build/
|
2022-02-19 01:54:31 +08:00
|
|
|
|
2022-02-17 06:43:19 +08:00
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
2019-11-09 05:15:10 +08:00
|
|
|
__pypackages__/
|
|
|
|
|
2019-11-09 05:06:39 +08:00
|
|
|
# Celery stuff
|
2016-02-25 14:57:21 +08:00
|
|
|
celerybeat-schedule
|
2019-11-09 05:06:39 +08:00
|
|
|
celerybeat.pid
|
2016-03-07 14:21:09 +08:00
|
|
|
|
2017-02-20 15:52:08 +08:00
|
|
|
# SageMath parsed files
|
2017-02-20 13:43:08 +08:00
|
|
|
*.sage.py
|
|
|
|
|
2017-05-22 17:24:44 +08:00
|
|
|
# Environments
|
2016-02-29 00:57:21 +08:00
|
|
|
.env
|
2017-02-02 00:50:44 +08:00
|
|
|
.venv
|
2017-05-22 17:24:44 +08:00
|
|
|
env/
|
2016-03-10 18:51:16 +08:00
|
|
|
venv/
|
|
|
|
ENV/
|
2017-06-21 23:45:53 +08:00
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
2016-03-10 18:51:16 +08:00
|
|
|
|
2016-03-06 19:30:45 +08:00
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
2017-03-21 09:06:48 +08:00
|
|
|
.spyproject
|
2016-04-01 16:45:44 +08:00
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
2017-03-31 16:53:22 +08:00
|
|
|
|
|
|
|
# mkdocs documentation
|
2017-04-01 15:38:52 +08:00
|
|
|
/site
|
2017-05-07 04:30:48 +08:00
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
2018-08-19 01:08:55 +08:00
|
|
|
.dmypy.json
|
2018-08-19 01:21:30 +08:00
|
|
|
dmypy.json
|
2018-10-23 21:25:12 +08:00
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
2020-02-10 06:23:33 +08:00
|
|
|
|
|
|
|
# pytype static type analyzer
|
|
|
|
.pytype/
|
2020-03-11 20:59:33 +08:00
|
|
|
|
|
|
|
# Cython debug symbols
|
|
|
|
cython_debug/
|
2020-06-25 03:47:11 +08:00
|
|
|
|
|
|
|
# PyCharm
|
2022-02-03 00:53:09 +08:00
|
|
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
2021-12-07 06:39:54 +08:00
|
|
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
2020-06-25 03:47:11 +08:00
|
|
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
|
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
|
|
#.idea/
|
2024-06-04 11:07:10 +08:00
|
|
|
|
|
|
|
# PyPI configuration file
|
|
|
|
.pypirc
|