From b2a4fc724a0d58fe338d4f695b0895e7cbe3cdad Mon Sep 17 00:00:00 2001 From: Francisco Sanz Date: Wed, 2 Oct 2024 23:14:25 +0200 Subject: [PATCH] Added .env to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 82f9275..5aad676 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + + +# Own +.env