From 0f2df175840f4f975b0dd64470c0af58b7b9ef1b Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Fri, 25 Oct 2024 10:49:59 +0200 Subject: [PATCH] Update Gitignore - Add srv/env.py --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a9a175..1aa3ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -config/env.py +src/env.py