subscription table shows more than one app

This commit is contained in:
2025-02-03 13:10:12 -05:00
parent ef5f57e678
commit d3d0806d5a
1841 changed files with 2390 additions and 3359 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Ignore virtual environment
.venv/
# Byte-compiled / cached files
__pycache__/
*.py[cod]
*.swp
# Logs and databases
*.log
*.sqlite3
# Environment variables and secrets
.env
.DS_Store
# IDE/editor specific files
.vscode/
.idea/