Update .gitignore

Ignore PyCharm configs
This commit is contained in:
Marcus Vinicius de Carvalho 2020-02-19 14:16:05 +08:00
parent db3494855e
commit 16a2e68086
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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