Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
MinerU-master
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2025-11-04 14:26:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
630c2562633a6dd2292c1cccdac8ccb1377a2051
630c2562
1 parent
aebd9538
更新.gitignore以忽略Python缓存文件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletions
.gitignore
.gitignore
View file @
630c256
...
...
@@ -2,4 +2,33 @@
.idea
*.iws
*.iml
*.ipr
\ No newline at end of file
*.ipr
### Python ###
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
\ No newline at end of file
...
...
Please
register
or
login
to post a comment