소스 검색

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