chineseclass/.gitignore
StillHammer bc6237569f Update .gitignore with Node.js and additional ignore rules
Add comprehensive ignore patterns for Node.js projects, build artifacts, logs, and temporary files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 16:22:09 +08:00

70 lines
648 B
Plaintext

# Environment variables
.env
.env.local
.env.production
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm
.yarn/
dist/
build/
*.tsbuildinfo
.next/
out/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
*.egg-info/
.pytest_cache/
# OCR outputs (optional - uncomment if you don't want to track OCR results)
# Raw/*/OCR/
# Test outputs
page1_preview.png
debug_ocr.py
extract_page1.py
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
*.mp3
# PDF files
*.pdf
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
# Build artifacts
*.exe
*.dll
*.so
*.dylib