# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# UV
uv.lock

# IDE / editor
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Project-specific: ignore all PDFs (they are large binary files with sensitive content)
*.pdf

# Logs & temp files
*.log
*.tmp
