# 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