Explorar el Código

initial commit

Harsh Parikh hace 2 años
padre
commit
06096e2bb5
Se han modificado 3 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .gitignore
  2. 0 0
      complaints/parse_pdf_utils.py
  3. 0 0
      complaints/pdf_parser.py

+ 2 - 1
.gitignore

@@ -57,4 +57,5 @@ docs/_build/
 
 # PyBuilder
 target/
-
+# Ignoring all pdfs
+*.pdf

+ 0 - 0
complaints/parse_pdf_utils.py


+ 0 - 0
complaints/pdf_parser.py