feat: add initial project structure and .gitignore #1

Merged
koval merged 2 commits from feature/init-structure into master 2026-08-21 10:28:27 +02:00

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