Enhance DBML schema by adding relationships and constraints for users, tenants, and subscriptions

This commit is contained in:
Yoga Pangestu 2026-07-14 15:54:26 +07:00
parent 1c09246d29
commit 0b6cb085e3

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# Virtual environment
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Logs
*.log