# 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.
