From f3ca3b8f76256f9e90e7ca9396907a486f44f73a Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 8 Jan 2025 13:53:30 +0300 Subject: [PATCH] chore: Add cert and ds_store to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d306159..4bb8eee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ __pycache__ .mypy_cache +.DS_Store venv -config.yaml \ No newline at end of file +config.yaml + +CertSSL \ No newline at end of file