aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Dino Hensen <dino.hensen@gmail.com> 2023-04-14 18:28:58 +0200
committerGravatar Merwane Hamadi <merwanehamadi@gmail.com> 2023-04-14 10:27:41 -0700
commitd64f866bfab62e5f167d20994f0c9a1ade534e72 (patch)
tree7730a976e5c26d4494f620e549857227b6637e6f /.gitignore
parentMerge pull request #968 from maiko/add_website_memory (diff)
downloadAuto-GPT-d64f866bfab62e5f167d20994f0c9a1ade534e72.tar.gz
Auto-GPT-d64f866bfab62e5f167d20994f0c9a1ade534e72.tar.bz2
Auto-GPT-d64f866bfab62e5f167d20994f0c9a1ade534e72.zip
Convert to python module named autogpt.
Also fixed the Dockerfile. Converting to module makes development easier. Fixes coverage script in CI and test imports.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b0be8967f..5a2ce371c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
-scripts/keys.py
-scripts/*json
-scripts/node_modules/
-scripts/__pycache__/keys.cpython-310.pyc
+autogpt/keys.py
+autogpt/*json
+autogpt/node_modules/
+autogpt/__pycache__/keys.cpython-310.pyc
package-lock.json
*.pyc
auto_gpt_workspace/*