# Secrets -- NEVER commit your private key
.env
.env.*

# Virtual environments
.venv/
venv/
env/

# Python caches / build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/

# OS / editor
.DS_Store
.idea/
.vscode/

# Reverse-engineering scratch (frontend bundles) -- not part of the library
code*.js
*.js

# Local agent state
.claude/

# Local secrets (keys/proxy for live smoke tests)
pk.txt
proxy.txt
