浏览代码

initial commit

Harsh Parikh 2 年之前
父节点
当前提交
06096e2bb5
共有 3 个文件被更改,包括 2 次插入1 次删除
  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