Initial project snapshot

This commit is contained in:
2026-04-28 22:29:50 +03:00
commit 8ba0561f4f
365 changed files with 91832 additions and 0 deletions
+64
View File
@@ -0,0 +1,64 @@
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
tmp/
temp/
# Env
.env
.env.*
!.env.example
# Go
backend/bin/
backend/.cache/
backend/vendor/
*.test
coverage.out
# C/C++
build/
cmake-build-*/
CMakeFiles/
CMakeCache.txt
compile_commands.json
*.o
*.obj
*.so
*.a
*.dll
*.exe
# .NET / WPF
bin/
obj/
*.user
*.suo
# Node / React
node_modules/
dist/
build/
.next/
coverage/
# Python (if scripts appear later)
__pycache__/
*.pyc
# Docker
*.local.yml
# Generated artifacts
artifacts/
out/