From 28ee574195a5b10cf4be42a99fab1fc9ff2daf6b Mon Sep 17 00:00:00 2001 From: Amna Mubashar Date: Sun, 30 Jun 2024 16:30:43 +0200 Subject: [PATCH] Add system files in git ignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index c3a7cf863..890c704fe 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,12 @@ dmypy.json # Docs generation artifacts _readme_*.md .idea + +# macOS +.DS_Store + +# http cache (requests-cache) +**/http_cache.sqlite + +# ruff +.ruff_cache \ No newline at end of file