From a5f70b6d220cb9576f529f5653039679168358c9 Mon Sep 17 00:00:00 2001 From: limiteinductive Date: Thu, 24 Aug 2023 15:34:45 +0200 Subject: [PATCH] add .env to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 37c29ea..53977db 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ wandb/ # model weights *.safetensors + +# env variable definitions file +.env