add IDE options in gitignore

This commit is contained in:
Tim Gröger 2023-04-28 19:56:58 +02:00
parent 3ba7e5d366
commit 2ddb89f89c
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -6,4 +6,8 @@ yarn.lock
# Backend
*.egg-info
__pycache__
__pycache__
# IDE
.idea
*.swp