# Python-related
__pycache__/
*.pyc
*.pyo
*.pyd
*.db
*.sqlite3
*.log
*.json

# Environment and secrets
.env
*.env

# Streamlit cache and temporary files
.streamlit/
.history/
.cache/
*.stcache
.stcache/

# Logs and temp files
*.log
*.out
*.err

# IDE and editor config files
.vscode/
.idea/
*.swp
*.swo
*.bak
*.tmp

# System files
.DS_Store
Thumbs.db

# OCR and image processing cache (if any)
~/.EasyOCR/
*.easyocr
*.txt
