Commit Graph

38 Commits (bb541ad3a77656f74420cc3b893a4e3b7f4db697)

Author SHA1 Message Date
Merwane Hamadi d934d226ce Update .gitignore to properly handle virtual environments 2023-04-16 11:32:27 -07:00
Richard Beales de575eba60
Merge pull request #1586 from nicostubi/feature/gitignore-additions
Some more file extensions to ignore
2023-04-15 16:39:36 +01:00
Nicolas Stübi 84aed05ebb Merge branch 'master' into feature/gitignore-additions
# Conflicts:
#	.gitignore
2023-04-15 16:25:31 +02:00
Nicolas Stübi f9265e9b01 Some more file extensions to ignore 2023-04-15 16:20:26 +02:00
Merwane Hamadi dc4094b264 added smoke test 2023-04-14 17:20:02 -07:00
0xArty 6ca6a8aa60 added more tools 2023-04-14 20:17:37 +01:00
Dino Hensen d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Maiko Bossuyt 8093ac7949
Merge branch 'master' into add_ingest_documents_script 2023-04-14 18:12:23 +02:00
Mike Kelly 9e27e0165d gitignore the logs file 2023-04-14 13:19:30 +01:00
Maiko Bossuyt 334400edd1
Merge branch 'Torantulino:master' into add_ingest_documents_script 2023-04-13 13:50:41 +02:00
Richard Beales c8b8673286
Merge pull request #802 from sweetlilmre/more_azure
More fixes for Azure hosting
2023-04-13 07:58:41 +01:00
Peter Edwards bc4bca65d5 Fix for python < 3.10 2023-04-13 08:29:07 +02:00
sagarishere 9f2d609be3
Update .gitignore
Added ignoring .DS_Store for mac environments.

It can be assumed that some developers may not have global .gitignore settings for their environments. This will ease the friction of rejected push, commit rollback, again putting changes from stashes and then again pushing.

Can save precious time for some devs using Mac systems.
2023-04-13 09:24:15 +03:00
Maiko Bossuyt 2f1181f9a1 Update .gitignore 2023-04-12 22:52:37 +02:00
Drikus Roor d780988554 chore: Add new lines to end of files 2023-04-12 20:21:42 +02:00
Richard Beales 364e2a4ba1
Merge branch 'master' into add-unit-tests-workflow 2023-04-12 18:14:37 +01:00
Richard Beales ae6adb4ade
Merge pull request #770 from honeykjoule/update-gitignore
update gitignore venv/* to *venv/*
2023-04-12 10:12:15 +01:00
Richard Beales 9558f7a6c0
Merge pull request #746 from blankster/patch-3
Update .gitignore to ignore potential .idea folder
2023-04-12 09:56:44 +01:00
Drikus Roor de28b376e8 ci: Install coverage package 2023-04-12 10:16:00 +02:00
honeykjoule 2b67ede6b3 update gitignore venv/* to *venv/* 2023-04-11 04:31:38 +00:00
blankster c0d2df6acc
Update .gitignore
Ignoring IntelliJ Project Settings (e.g, Pycharm)
2023-04-11 01:59:43 +02:00
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