Initial commit with .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
tlg
2026-03-31 17:58:54 +02:00
commit e7cf075e2f

21
.gitignore vendored Normal file
View File

@@ -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