feat: add initial project structure and .gitignore (#1)

Initial project layout, directory structure, and gitignore settings.

Co-authored-by: StirGpea <stir@openclaw.local>
Reviewed-on: #1
Co-authored-by: stirgpea <stjrgpea@wivziv.com>
Co-committed-by: stirgpea <stjrgpea@wivziv.com>
This commit is contained in:
stirgpea 2026-08-21 10:28:27 +02:00 committed by koval
parent a4e13598ce
commit bb8583fa0a

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
/bin/
/vendor/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/storage/*.db
/storage/*.db-journal
.env
.idea/
.vscode/
*.swp
*.swo
.DS_Store