Commit Graph

17 Commits (bbe6b1f626847e9b323edc6e0747e93e6656dd91)

Author SHA1 Message Date
Artemonim 9ecfde013f Add `log.txt` to gitignore 2023-04-11 02:34:58 +03:00
Toran Bruce Richards 2165371d8e
Merge branch 'master' into master 2023-04-10 13:24:15 +01:00
Toran Bruce Richards a30c2cf488
Merge pull request #616 from vandervoortj/patch-1
Update .gitignore
2023-04-10 06:45:03 +01:00
Jason Drage 5727b052fe jd: ignore venv 2023-04-10 13:38:56 +10:00
vandervoortj 54101c7997
Update .gitignore
Ignore auto-get.json
2023-04-09 15:49:19 -04:00
sarango db3728f610 ADD .vscode to .gitignore 2023-04-09 12:49:30 -05:00
Toran Bruce Richards 89ab8397bf Ignores ai_settings.yaml 2023-04-06 11:56:28 +01:00
ryanmac a5048aed56 Fix .gitignore to include the correct path to auto_gpt_workspace 2023-04-03 14:20:45 -05:00
Toran Bruce Richards 5c97a71c74 ignores outputs. 2023-04-03 13:39:05 +01:00
Taylor Brown 7fd2ce2bc6 Clean up where last_run_settings go 2023-04-02 22:12:14 -05:00
James C. Palmer ef656a0f77 Remove `keys.py` and replace with `python-dotenv`.
- Removed `keys.py`.
- Added `.env.template`.
- Added `.env` to `.gitignore`.
- Updated various files that imported `keys` to use `os.getenv` instead.
- Updated `requirements.txt` dependencies.
- Updated README.md with instructions on setting up environment variables.

This change improves security, flexibility, and makes it easier to use Auto-GPT in notebooks. Environment variables are stored in `.env` and loaded via `load_dotenv()` in `scripts/main.py`.
2023-04-02 06:39:55 -04:00
Torantulino 0a22cd615c Ignores audio files. 2023-04-02 07:45:34 +01:00
Torantulino 15ebbd5ee5 Ignores all AI generated files. 2023-04-01 10:34:54 +01:00
Torantulino c9900ee419 Updates gitirgnore/ 2023-03-31 23:11:31 +01:00
Torantulino 480196b4cc Updates gitignore 2023-03-28 23:25:48 +01:00
Torantulino 217991eaf2 Updates .gitignore 2023-03-28 23:05:17 +01:00
Torantulino 046d9fde3b Implements webpage summarisation. 2023-03-18 03:58:38 +00:00