18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
# Environment files with credentials (use .env.example as template)
|
|
**/.env
|
|
|
|
# Database dumps (sensitive data)
|
|
**/dumps/*.sql
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
standalone
|
|
sample
|
|
|
|
|
|
# standalone/ and sample/ are kept in the main soleprint repo as templates.
|
|
# Other rooms (amar/, dlt/, etc.) are listed in the repo-root .gitignore.
|