Add .idea to .gitignore

This commit is contained in:
Fede14 2024-03-05 13:09:49 +01:00
parent 372f0a25bb
commit 533633b752

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ bin
lib64 lib64
*__pycache__ *__pycache__
pyvenv.cfg pyvenv.cfg
.idea
# Project specific # Project specific
videos/ videos/