From 04601371577c654a0fdba5cc621ccad81bbed060 Mon Sep 17 00:00:00 2001 From: mARTin Date: Sat, 24 Jan 2026 11:41:31 +0100 Subject: [PATCH] Add .gitignore: Version 1 --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore 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/