ignore everything in .idea

This commit is contained in:
Marcus Stoegbauer 2024-03-29 22:47:20 +01:00
parent baebb052b8
commit 81d38a93a0
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/