# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/

# Virtual env
.venv/
venv/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editor
.vscode/
.idea/

# Secrets — JANGAN pernah commit token/kredensial
token
*.token
.pypirc
*.pem
.env

# OCR model caches
~/.EasyOCR/

# Sample KTP images (privacy: may contain personal data) — excluded by default
image-test-sample/
