From e7cf075e2f4c3c95d310b847e660005c8ee524c1a2399703436c72214444d0cb Mon Sep 17 00:00:00 2001 From: tlg Date: Tue, 31 Mar 2026 17:58:54 +0200 Subject: [PATCH] Initial commit with .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b29900e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Editor and IDE files +*.swp +*.swo +*~ +.vscode/ +.idea/ + +# OS files +.DS_Store +Thumbs.db + +# Build artifacts +*.o +*.a +*.so +*.out + +# Environment and secrets +.env +*.key +*.pem