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

4
.gitignore vendored
View File

@ -7,3 +7,7 @@ yarn.lock
# Backend # Backend
*.egg-info *.egg-info
__pycache__ __pycache__
# IDE
.idea
*.swp