commit e7cf075e2f4c3c95d310b847e660005c8ee524c1a2399703436c72214444d0cb Author: tlg Date: Tue Mar 31 17:58:54 2026 +0200 Initial commit with .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) 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