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