AutoGPT/.gitignore

163 lines
2.1 KiB
Plaintext
Raw Normal View History

2023-04-14 19:17:37 +00:00
## Original ignores
autogpt/keys.py
autogpt/*.json
2023-06-07 06:46:09 +00:00
**/auto_gpt_workspace/*
*.mpeg
.env
2023-04-13 06:29:07 +00:00
azure.yaml
2023-04-09 17:49:30 +00:00
ai_settings.yaml
2023-04-13 06:29:07 +00:00
last_run_ai_settings.yaml
2023-04-10 12:24:15 +00:00
.vscode
.idea/*
2023-04-09 19:49:19 +00:00
auto-gpt.json
2023-04-10 23:34:58 +00:00
log.txt
2023-04-12 20:52:37 +00:00
log-ingestion.txt
2023-04-14 11:36:18 +00:00
logs
2023-04-15 14:20:26 +00:00
*.log
*.mp3
mem.sqlite3
venvAutoGPT
2023-04-11 18:18:44 +00:00
2023-04-14 19:17:37 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
/plugins/
plugins_config.yaml
2023-04-14 19:17:37 +00:00
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# 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.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
2023-04-11 18:18:44 +00:00
.coverage
2023-04-14 19:17:37 +00:00
.coverage.*
.cache
nosetests.xml
2023-04-11 18:18:44 +00:00
coverage.xml
2023-04-14 19:17:37 +00:00
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
site/
2023-04-14 19:17:37 +00:00
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.direnv/
2023-04-14 19:17:37 +00:00
.env
.venv
env/
venv*/
2023-04-14 19:17:37 +00:00
ENV/
env.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
2023-04-14 19:17:37 +00:00
# Pyre type checker
.pyre/
llama-*
2023-04-14 23:47:14 +00:00
vicuna-*
# mac
.DS_Store
2023-04-17 21:57:55 +00:00
openai/
# news
2023-06-07 06:46:09 +00:00
CURRENT_BULLETIN.md