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

# Local runtime state (pricing-drift history, logs, ingested data)
*.tmp
*.log
pricing_history.json
.DS_Store

# Secrets — NEVER commit the license signing private key (defense in depth)
.secrets/
*signing_key*
*.pem
