This commit is contained in:
2026-05-12 19:25:14 +02:00
commit 0f3173d93e
93 changed files with 11865 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Per-package ignores live next to their package.json / Cargo.toml.
# This file only covers root-level artefacts.
# Local secrets / env overrides
deploy/.env
deploy/*.local.yaml
# Claude / editor / OS noise
.claude/
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# Generic build artefacts that may accidentally land at root
*.log