init, basic glogg clone

This commit is contained in:
2025-12-02 18:30:12 +01:00
commit a53ced9160
26 changed files with 6512 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Build artifacts
/target
/dist
# Cargo lock file (optional for binaries)
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db