removed cfgs from repo

This commit is contained in:
buenosairesam
2026-01-26 22:01:22 -03:00
parent c4e702eae3
commit cae5a913ca
2 changed files with 138 additions and 0 deletions

13
cfg/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Environment files with credentials (use .env.example as template)
**/.env
# Database dumps (sensitive data)
*/dumps/*.sql
# Python
__pycache__/
*.pyc
*.pyo
# Standalone is kept in main soleprint repo as sample
standalone/