.venv/
__pycache__/
*.pyc
*_elliott.png
dist/
build/
*.egg-info/
.idea/

# ── Credentials — never commit these ──────────────────────────────────────
# .env.example is the safe template and IS tracked (negated below).
.env
.env.*
!.env.example
# PyPI upload token
.pypirc
.netrc
credentials.json
secrets.json
*.pem
*.key
*_rsa
*_ed25519
