add .env to .gitignore

This commit is contained in:
limiteinductive 2023-08-24 15:34:45 +02:00 committed by Benjamin Trom
parent 92a21bc21e
commit a5f70b6d22

3
.gitignore vendored
View file

@ -26,3 +26,6 @@ wandb/
# model weights
*.safetensors
# env variable definitions file
.env