Initial commit: Add TZ.md (technical specification draft)

This commit is contained in:
sokol
2026-02-20 20:37:43 +03:00
commit 556c5c5abf
2 changed files with 206 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Godot
.godot/
export.cfg
export_presets.cfg
# Mono/Godot C#
mono/
*.csproj
*.sln
obj/
bin/
*.pidb
*.userprefs
# Build outputs
build/
dist/
# IDE
.vs/
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/