# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Models & outputs
quantized_output/
runs/
*.onnx
*.pt
*.pth
*.safetensors

# Handler local copy (RunPod convention; canonical examples live in examples/handler/)
test_input.json

# Keys & credentials (never commit)
*.asc
gpg-public-key.asc

# IDE
.idea/
.vscode/
*.swp

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# RunPod deploy secrets & local state
.env
.runpod/
R3AL_AI_pitchdeck_new.pdf
scripts/sdk_verify_out/
