chore: add .idea folder to .gitignore (#363)

This commit is contained in:
Amon Khavari 2024-08-01 10:15:31 +02:00 committed by GitHub
parent ee7f8d1e9d
commit d95b210b7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*.pyc
__pycache__
.idea/
*.sublime-*
.venv
.vscode