AITECHPRODUCTS/githubtest
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/23pip-wheel-metadata/24share/python-wheels/25*.egg-info/26.installed.cfg27*.egg28MANIFEST29 30# PyInstaller31# Usually these files are written by a python script from a template32# before PyInstaller builds the exe, so as to inject date/other infos into it.33*.manifest34*.spec35 36# Installer logs37pip-log.txt38pip-delete-this-directory.txt39 40# Unit test / coverage reports41htmlcov/42.tox/43.nox/44.coverage45.coverage.*46.cache47nosetests.xml48coverage.xml49*.cover50*.py,cover51.hypothesis/52.pytest_cache/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# PyBuilder75target/76 77# Jupyter Notebook78.ipynb_checkpoints79 80# IPython81profile_default/82ipython_config.py83 84# pyenv85.python-version86 87# pipenv88# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.89# However, in case of collaboration, if having platform-specific dependencies or dependencies90# having no cross-platform support, pipenv may install dependencies that don't work, or not91# install all needed dependencies.92#Pipfile.lock93 94# PEP 582; used by e.g. github.com/David-OConnor/pyflow95__pypackages__/96 97# Celery stuff98celerybeat-schedule99celerybeat.pid100 101# SageMath parsed files102*.sage.py103 104# Environments105.env106.venv107env/108venv/109ENV/110env.bak/111venv.bak/112 113# Spyder project settings114.spyderproject115.spyproject116 117# Rope project settings118.ropeproject119 120# mkdocs documentation121/site122 123# mypy124.mypy_cache/125.dmypy.json126dmypy.json127 128# Pyre type checker129.pyre/130 131# OpenAI API Key132openai_api_key133 134# Debug135debug*136.vscode/137log.txt138 