ignore idea config files & mac stuff

This commit is contained in:
Oliver Zander 2025-08-18 12:52:54 +02:00 committed by Tobias Herre
parent b9fe0c9a1f
commit fa8d0ab898
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -91,6 +91,10 @@ target/
profile_default/ profile_default/
ipython_config.py ipython_config.py
# IDEA
/*.iml
/.idea
# pyenv # pyenv
.python-version .python-version
@ -137,3 +141,6 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
# MacOS
.DS_Store