From fa8d0ab898676b6499d6c072e38792b19dd46f2c Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Mon, 18 Aug 2025 12:52:54 +0200 Subject: [PATCH] ignore idea config files & mac stuff --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index bb18c58..502cdf4 100755 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,10 @@ target/ profile_default/ ipython_config.py +# IDEA +/*.iml +/.idea + # pyenv .python-version @@ -137,3 +141,6 @@ dmypy.json # Pyre type checker .pyre/ + +# MacOS +.DS_Store