add .idea to .gitignore (#2375)

## Changes
1. add ".idea" entry to ".gitgnore"

## Tests
1. manually checked that with this change files under .idea/ folder are
not staged for commit
This commit is contained in:
Anton Nekipelov 2025-02-25 13:17:50 +01:00 committed by GitHub
parent 764142978c
commit 0eeb3ca647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ coverage-acceptance.txt
__pycache__ __pycache__
*.pyc *.pyc
.idea
.vscode/launch.json .vscode/launch.json
.vscode/tasks.json .vscode/tasks.json