From 02ded9c11a07bf06732db95ecd1e6ce4a302466a Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Sun, 24 Nov 2024 10:41:32 +0100 Subject: [PATCH] Add hidden.py to the list. This file may contain sensitive information is only to be accessed locally or from a secure location. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d58da30..85bb57c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ tmp_files/ *.ipynb logs/ -envs/ \ No newline at end of file +envs/ +hidden.py \ No newline at end of file