IntelliStock/data-api
0
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23share/python-wheels/24*.egg-info/25.installed.cfg26*.egg27MANIFEST28 29# PyInstaller30# Usually these files are written by a python script from a template31# before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec34 35# Installer logs36pip-log.txt37pip-delete-this-directory.txt38 39# Unit test / coverage reports40htmlcov/41.tox/42.nox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49*.py,cover50.hypothesis/51.pytest_cache/52cover/53 54# Translations55*.mo56*.pot57 58# Django stuff:59*.log60local_settings.py61db.sqlite362db.sqlite3-journal63 64# Flask stuff:65instance/66.webassets-cache67 68# Scrapy stuff:69.scrapy70 71# Sphinx documentation72docs/_build/73 74# PyBuilder75.pybuilder/76target/77 78# Jupyter Notebook79.ipynb_checkpoints80 81# IPython82profile_default/83ipython_config.py84 85# pyenv86# For a library or package, you might want to ignore these files since the code is87# intended to run in multiple environments; otherwise, check them in:88# .python-version89 90# pipenv91# 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 dependencies93# having no cross-platform support, pipenv may install dependencies that don't work, or not94# install all needed dependencies.95#Pipfile.lock96 97# poetry98# 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 more100# commonly ignored for libraries.101# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control102#poetry.lock103 104# pdm105# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.106#pdm.lock107# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it108# in version control.109# https://pdm.fming.dev/#use-with-ide110.pdm.toml111 112# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm113__pypackages__/114 115# Celery stuff116celerybeat-schedule117celerybeat.pid118 119# SageMath parsed files120*.sage.py121 122# Environments123.env124.venv125env/126venv/127ENV/128env.bak/129venv.bak/130 131# Spyder project settings132.spyderproject133.spyproject134 135# Rope project settings136.ropeproject137 138# mkdocs documentation139/site140 141# mypy142.mypy_cache/143.dmypy.json144dmypy.json145 146# Pyre type checker147.pyre/148 149# pytype static type analyzer150.pytype/151 152# Cython debug symbols153cython_debug/154 155# PyCharm156# JetBrains specific template is maintained in a separate JetBrains.gitignore that can157# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore158# and can be added to the global gitignore or merged into this file. For a more nuclear159# option (not recommended) you can uncomment the following to ignore the entire idea folder.160#.idea/