Live .env files (with real OAuth secrets) were tracked. Replaced with .env.example templates. Existing .env files kept on disk so the sample still runs. NOTE: prior history (8c5deb7,88c2860) on gitea/main still contains the leaked GOOGLE_CLIENT_SECRET. Rotate the credential in Google Cloud Console and decide whether to rewrite history. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
# Environment files with credentials (use .env.example as template)
|
|
**/.env
|
|
|
|
# Database dumps (sensitive data)
|
|
**/dumps/*.sql
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# standalone/ and sample/ are kept in the main soleprint repo as templates.
|
|
# Other rooms (amar/, dlt/, etc.) are listed in the repo-root .gitignore.
|