From 53d5b9a27657da1b58b200211cc9abbe252bc387 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sat, 24 Aug 2024 01:33:00 +0300 Subject: [PATCH] added private dir to ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 890cd3b..6de30a3 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,7 @@ venv .idea # pyenv -.python-version \ No newline at end of file +.python-version + +# personal dir +private/ \ No newline at end of file