del: нет логам в репозитории

This commit is contained in:
2026-04-16 21:20:24 +03:00
parent 49c19d9f92
commit 55f9a74231
2 changed files with 31 additions and 2 deletions

30
.gitignore vendored
View File

@@ -133,3 +133,33 @@ dmypy.json
# Pyre type checker
.pyre/
# MacOS specific files
.DS_Store
# Database dumps and backups (CRITICAL - NEVER commit production data!)
SQL/
*.sql
*.dump
*.backup
*.sql.gz
db.json
db.json.zip
# API keys, certificates, and credentials
*.key
*.pem
*.p12
*.p8
*.crt
*.cert
# IDE and editor specific
.vscode/settings.json
.idea/vcs.xml
.idea/inspectionProfiles/
# Project specific ignore patterns
.github/
.log/
.logs/

View File

@@ -1 +0,0 @@
1