ignore entire .idea directory

This commit is contained in:
Marcus Stoegbauer 2024-03-29 21:54:05 +01:00
parent cba08629cb
commit 3048437081
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
/__pycache__/ /__pycache__/
*.pyc *.pyc
build/ build/
.idea/workspace.xml .idea/
.venv .venv
userconfig.egg-info/ userconfig.egg-info/