gitignore: exclude any .idea, not only one in project root

This commit is contained in:
Evgeny Zinoviev 2022-05-19 00:22:10 +03:00
parent 70a4e03c96
commit af5493fb14

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/.idea .idea
/venv /venv
*.pyc *.pyc
__pycache__ __pycache__