From b1c4f31af6bcf4a03e125cc3dc3ff5a1d920880c Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 21 Apr 2023 14:14:35 +0200 Subject: [PATCH] [META] ignore server_environment_files folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9c283fd..8693123 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +server_environment_files/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]