first commit

This commit is contained in:
VPN SaaS Dev
2026-05-12 03:52:13 +09:00
commit d93c88c751
44 changed files with 4108 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.env
.env.*
.history/
.sixth/
__pycache__/
*.py[cod]
*.sqlite
*.sqlite3
*.db
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
dist/
build/