CoolFace
Apppublic

devuxious/PowerPoint-AI

sourceHugging Facemitupdated 2y agoView on Hugging Face
8likes
.gitignore147 linesDownload Raw Back to root
1client_secret.json2credentials.json3token.json4/*.pptx5 6 7### Python template8# Byte-compiled / optimized / DLL files9__pycache__/10*.py[cod]11*$py.class12 13# C extensions14*.so15 16# Distribution / packaging17.Python18build/19develop-eggs/20dist/21downloads/22eggs/23.eggs/24lib/25lib64/26parts/27sdist/28var/29wheels/30share/python-wheels/31*.egg-info/32.installed.cfg33*.egg34MANIFEST35 36# PyInstaller37#  Usually these files are written by a python script from a template38#  before PyInstaller builds the exe, so as to inject date/other infos into it.39*.manifest40*.spec41 42# Installer logs43pip-log.txt44pip-delete-this-directory.txt45 46# Unit test / coverage reports47htmlcov/48.tox/49.nox/50.coverage51.coverage.*52.cache53nosetests.xml54coverage.xml55*.cover56*.py,cover57.hypothesis/58.pytest_cache/59cover/60 61# Translations62*.mo63*.pot64 65# Django stuff:66*.log67local_settings.py68db.sqlite369db.sqlite3-journal70 71# Flask stuff:72instance/73.webassets-cache74 75# Scrapy stuff:76.scrapy77 78# Sphinx documentation79docs/_build/80 81# PyBuilder82.pybuilder/83target/84 85# Jupyter Notebook86.ipynb_checkpoints87 88# IPython89profile_default/90ipython_config.py91 92# pyenv93#   For a library or package, you might want to ignore these files since the code is94#   intended to run in multiple environments; otherwise, check them in:95# .python-version96 97# pipenv98#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.99#   However, in case of collaboration, if having platform-specific dependencies or dependencies100#   having no cross-platform support, pipenv may install dependencies that don't work, or not101#   install all needed dependencies.102#Pipfile.lock103 104# PEP 582; used by e.g. github.com/David-OConnor/pyflow105__pypackages__/106 107# Celery stuff108celerybeat-schedule109celerybeat.pid110 111# SageMath parsed files112*.sage.py113 114# Environments115.env116.venv117env/118venv/119ENV/120env.bak/121venv.bak/122 123# Spyder project settings124.spyderproject125.spyproject126 127# Rope project settings128.ropeproject129 130# mkdocs documentation131/site132 133# mypy134.mypy_cache/135.dmypy.json136dmypy.json137 138# Pyre type checker139.pyre/140 141# pytype static type analyzer142.pytype/143 144# Cython debug symbols145cython_debug/146 147