mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
add .gitignore
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
*.tar
|
||||
*.tar.gz
|
||||
venv*/
|
||||
envs/
|
||||
slurm_logs/
|
||||
|
||||
sync1.sh
|
||||
data_preprocess_pj1
|
||||
data-preparation1
|
||||
__pycache__
|
||||
*.log
|
||||
*.pyc
|
||||
.vscode
|
||||
debug/
|
||||
*.ipynb
|
||||
.idea
|
||||
spark/__init__.py
|
||||
|
||||
# vscode history
|
||||
.history
|
||||
|
||||
.DS_Store
|
||||
.env
|
||||
|
||||
bad_words/
|
||||
bak/
|
||||
|
||||
app/tests/*
|
||||
temp/
|
||||
tmp/
|
||||
tmp
|
||||
.vscode
|
||||
.vscode/
|
||||
/test/
|
||||
|
||||
/app/pdf_toolbox/test/test_bookname.txt
|
||||
Reference in New Issue
Block a user