feat: Introduce initial application structure, SQL database tools, and license management.

This commit is contained in:
2026-01-29 23:07:55 +08:00
commit 8319916a06
97 changed files with 3207 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / Build
build/
dist/
# *.spec # Keep spec file for reproducible builds
# IDE / Editors
.vscode/
.idea/
.gemini/
# Project Specific - Sensitive Data
config.dat
config.key
license.dat
# Large Binaries / Tools
# sql_tools/ # Diizinkan untuk distribusi
sql_tools_zip/
# Backup Files
*.sql
*.zip
*.rar
*.bak
# Logs
*.log