Add .idea/ to .gitignore

This commit is contained in:
clerie 2020-06-07 14:57:49 +02:00
parent addea0e052
commit 4cf7fbd755
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]