diff --git a/.gitignore b/.gitignore index 872d5f6..7c8d8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,16 @@ dist vite.config.js.timestamp-* vite.config.ts.timestamp-* .vite/ + +# Docker & Database volumes +postgres_data/ +redis_data/ + +# Key files (SSH & SSL Keys) +*.key +*.pem + +# IDE & Editor files +.vscode/ +.idea/ +.DS_Store