44 lines
439 B
Plaintext
44 lines
439 B
Plaintext
# IDE / Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OMC
|
|
.omc/
|
|
**/.git_embedded_backup/
|
|
|
|
# Runtime data (generated at runtime, not to be committed)
|
|
backend/data/
|
|
mineru_mvp/output/
|
|
|
|
# Claude Code personal config
|
|
settings.json
|