# Secrets — never commit passwords/keys. Configure these in Render's dashboard instead.
.streamlit/secrets.toml

# Local SQLite database — each deployment starts with its own fresh data.
election_data.db

# Python
__pycache__/
*.pyc

# Stray local files
excel_dump.txt
package-lock.json
utils/*.tmp.*
