#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   For a library or package, you might want to ignore these files since the code is
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#   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.
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control
#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#   in version control.
#   install all needed dependencies.
#   intended to run in multiple environments; otherwise, check them in:
#   pdm stores current_store-wide configurations in .pdm.toml, but it is recommended to not include it
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
# .python-version
# Byte-compiled / optimized / DLL files
# C extensions
# Celery stuff
# Cython debug symbols
# Distribution / packaging
# Django stuff:
# Environments
# Flask stuff:
# IPython
# Installer logs
# Jupyter Notebook
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-current_store/pdm
# PyBuilder
# PyInstaller
# Pyre type checker
# Rope current_store settings
# SageMath parsed files
# Scrapy stuff:
# Sphinx documentation
# Spyder current_store settings
# Translations
# Unit test / coverage reports
# mkdocs documentation
# mypy
# pdm
# pipenv
# poetry
# pyenv
# pytype static type analyzer
#Pipfile.lock
#pdm.lock
#poetry.lock
*$py.class
**/*.db
*.cover
*.db
*.egg
*.egg-info/
*.log
*.manifest
*.mo
*.pot
*.py,cover
*.py[cod]
*.sage.py
*.so
*.spec
.Python
.cache
.coverage
.coverage.*
.dmypy.json
.eggs/
.env
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.nox/
.pdm-build/
.pdm-python
.pdm.toml
.pybuilder/
.pyre/
.pytest_cache/
.python-version
.pytype/
.ropeproject
.scrapy
.spyderproject
.spyproject
.tox/
.venv
.web
.webassets-cache
/site
ENV/
MANIFEST
__pycache__/
__pypackages__/
assets/external/
build/
celerybeat-schedule
celerybeat.pid
cover/
coverage.xml
cython_debug/
data
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist/
dmypy.json
docs/_build/
downloads/
eggs/
env.bak/
env/
htmlcov/
instance/
ipython_config.py
lib/
lib64/
local_settings.py
node_modules
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
profile_default/
research/dataset
sdist/
share/python-wheels/
target/
uploaded_files
var/
venv.bak/
venv/
wheels/
**/.DS_Store
