Initial commit

This commit is contained in:
2026-02-15 08:14:32 +01:00
commit 60cb88f9a6
20 changed files with 7909 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Build artifacts
/target/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local config (may contain secrets)
config.toml
# Debug / logs
*.log