.gitignore update

This commit is contained in:
root
2025-11-25 10:10:21 +03:00
parent e6af50274b
commit 48b1934def
23558 changed files with 0 additions and 3192879 deletions

View File

@ -1,46 +0,0 @@
# Docker
.env
docker-compose.override.yml
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
venv/
env/
.venv/
# Logs
*.log
logs/
# Database
*.db
*.sqlite
# Generated SQL files with passwords (SECURITY)
*custom*.sql
*-admin-user.sql
!002-create-admin-user.sql # Except default template
*-GENERATED.sql
*-DEFAULT-BACKUP.sql
update-*.sql
create-user-*.sql
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
# PostgreSQL data (if running locally)
data/