aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar superherointj <5861043+superherointj@users.noreply.github.com> 2023-04-12 15:48:46 -0300
committerGravatar Pi <sunfish7@gmail.com> 2023-04-17 16:22:46 +0100
commitd47466ddf949d72787d3a04db3959b5a579a702d (patch)
tree98bc3229c183932845eb90277dd6b21026110252 /.gitignore
parentAdd the OpenAI API Keys Configuration to the top of the readme (diff)
downloadAuto-GPT-d47466ddf949d72787d3a04db3959b5a579a702d.tar.gz
Auto-GPT-d47466ddf949d72787d3a04db3959b5a579a702d.tar.bz2
Auto-GPT-d47466ddf949d72787d3a04db3959b5a579a702d.zip
Add Nix flakes support through direnv
* Nix (https://nixos.org) is a reproducible build system. * Enables Nix users to use/develop Auto-GPT, without installing PIP or any other future Auto-GPT dependency.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2220ef6e3..26d7e5a3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,6 +127,7 @@ celerybeat.pid
*.sage.py
# Environments
+.direnv/
.env
.venv
env/