chineseclass/.gitignore
StillHammer 0950b9ef0c Update Tingli Chapter 7 and midterm exam preparation
- Add complete Chapitre 7 audio transcription with pinyin
- Update Chapitre 7 content
- Update midterm exam info: chapters 2-8 confirmed
- Update .gitignore

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

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

38 lines
362 B
Plaintext

# Environment variables
.env
.env.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# 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