Avinashnalla7 commited on
Commit
fffcd43
·
1 Parent(s): 4a2fc21

deploy: sync api from pdf-trainer-demo

Browse files
Files changed (2) hide show
  1. .gitignore +4 -1
  2. backend/__init__.py +0 -0
.gitignore CHANGED
@@ -1,4 +1,7 @@
 
1
  __pycache__/
2
  *.pyc
3
- .DS_Store
4
  .env
 
 
 
 
1
+ .DS_Store
2
  __pycache__/
3
  *.pyc
 
4
  .env
5
+ _local_secrets/
6
+ node_modules/
7
+ dist/
backend/__init__.py DELETED
File without changes