subscription table shows more than one app
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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/
|
Reference in New Issue
Block a user