# ---------------------------------------------------------------------------
# Credentials. Never commit anything matching these.
# This project currently holds live npm and PyPI publish tokens in secrets/.
# ---------------------------------------------------------------------------
secrets/
*.pem
*.key
*.p12
*.pfx
*.keystore
.env
.env.*
!.env.example
*_key.txt
*_token.txt
id_rsa*
credentials*
.npmrc
.pypirc

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

# Local archives and backups — keep these out of the repository
*.rar
*.zip
*.7z

# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
