Updated .gitignore

This commit is contained in:
user86 2020-10-07 09:15:25 +05:30
parent 7f7611f700
commit c694a4b409

5
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Do not upload folder, auto created at each run
pdf/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -135,4 +138,4 @@ dmypy.json
.pytype/ .pytype/
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/