diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7477a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# OS-specific files +.DS_Store +Thumbs.db + +# Editor/IDE folders +.vscode/ +.idea/ +*.swp + +# Sensitive data +Inspiration/ +.env + +# Logs and temp files +*.log +tmp/