CoolFace
Apppublic

coding-alt/AutoGPT

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
.gitignore161 linesDownload Raw Back to root
1## Original ignores2autogpt/keys.py3autogpt/*json4autogpt/node_modules/5autogpt/__pycache__/keys.cpython-310.pyc6autogpt/auto_gpt_workspace7package-lock.json8*.pyc9auto_gpt_workspace/*10*.mpeg11.env12azure.yaml13ai_settings.yaml14last_run_ai_settings.yaml15.vscode16.idea/*17auto-gpt.json18log.txt19log-ingestion.txt20logs21*.log22*.mp323 24# Byte-compiled / optimized / DLL files25__pycache__/26*.py[cod]27*$py.class28 29# C extensions30*.so31 32# Distribution / packaging33.Python34build/35develop-eggs/36dist/37plugins/38downloads/39eggs/40.eggs/41lib/42lib64/43parts/44sdist/45var/46wheels/47pip-wheel-metadata/48share/python-wheels/49*.egg-info/50.installed.cfg51*.egg52MANIFEST53 54# PyInstaller55#  Usually these files are written by a python script from a template56#  before PyInstaller builds the exe, so as to inject date/other infos into it.57*.manifest58*.spec59 60# Installer logs61pip-log.txt62pip-delete-this-directory.txt63 64# Unit test / coverage reports65htmlcov/66.tox/67.nox/68.coverage69.coverage.*70.cache71nosetests.xml72coverage.xml73*.cover74*.py,cover75.hypothesis/76.pytest_cache/77 78# Translations79*.mo80*.pot81 82# Django stuff:83*.log84local_settings.py85db.sqlite386db.sqlite3-journal87 88# Flask stuff:89instance/90.webassets-cache91 92# Scrapy stuff:93.scrapy94 95# Sphinx documentation96docs/_build/97 98# PyBuilder99target/100 101# Jupyter Notebook102.ipynb_checkpoints103 104# IPython105profile_default/106ipython_config.py107 108# pyenv109.python-version110 111# pipenv112#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.113#   However, in case of collaboration, if having platform-specific dependencies or dependencies114#   having no cross-platform support, pipenv may install dependencies that don't work, or not115#   install all needed dependencies.116#Pipfile.lock117 118# PEP 582; used by e.g. github.com/David-OConnor/pyflow119__pypackages__/120 121# Celery stuff122celerybeat-schedule123celerybeat.pid124 125# SageMath parsed files126*.sage.py127 128# Environments129.direnv/130.env131.venv132env/133venv*/134ENV/135env.bak/136 137# Spyder project settings138.spyderproject139.spyproject140 141# Rope project settings142.ropeproject143 144# mkdocs documentation145/site146 147# mypy148.mypy_cache/149.dmypy.json150dmypy.json151 152# Pyre type checker153.pyre/154llama-*155vicuna-*156 157# mac158.DS_Store159 160# news161CURRENT_BULLETIN.md