From 55f9a74231d96b8ad487e1ea1c31d19b3f1aa2c1 Mon Sep 17 00:00:00 2001 From: erjemin Date: Thu, 16 Apr 2026 21:20:24 +0300 Subject: [PATCH] =?UTF-8?q?del:=20=D0=BD=D0=B5=D1=82=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B0=D0=BC=20=D0=B2=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 +++++++++++++++++++++++++++++++- logs/touch-reload.txt | 1 - 2 files changed, 31 insertions(+), 2 deletions(-) delete mode 100644 logs/touch-reload.txt diff --git a/.gitignore b/.gitignore index ddebaa3..5a719a4 100755 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,34 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ \ No newline at end of file +.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/ diff --git a/logs/touch-reload.txt b/logs/touch-reload.txt deleted file mode 100644 index 56a6051..0000000 --- a/logs/touch-reload.txt +++ /dev/null @@ -1 +0,0 @@ -1 \ No newline at end of file