From c694a4b409bb25fc6ffecc61770530403a9612fb Mon Sep 17 00:00:00 2001 From: user86 Date: Wed, 7 Oct 2020 09:15:25 +0530 Subject: [PATCH] Updated .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5391d87..2c617d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Do not upload folder, auto created at each run +pdf/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -135,4 +138,4 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/