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

# Secrets — NEVER commit
safecadence-users.yaml
safecadence-users.yaml.salt
*.vault
*.vault.salt
*.pem
*.key

# Local outputs / runtime state
out/
dashboard.html
api-dashboard.html
*.db
*.sqlite
*.sqlite3
.history/

# OS / editor cruft
.DS_Store
.idea/
.vscode/
*.swp

# PyPI publishing — never commit these
pypi-token.txt
*.pypi-token
.pypi-token
PyPI-Recovery-Codes-*.txt
release-v*.sh
WORDPRESS-PYPI-UPDATE.md
