Initial commit

This commit is contained in:
2025-10-28 01:39:22 +03:00
commit 8d1473935a
23 changed files with 870 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Ignore local environment files
.env*
# Ignore logs
logs/
# Common OS/editor junk
.DS_Store
Thumbs.db
*.swp