- migrations/001_initial.sql: full schema with 12 tables, triggers, indexes - migrate.py: idempotent migration runner with version tracking - README.md: deploy instructions, architecture overview - .gitignore: exclude migration tracking data
9 lines
93 B
Plaintext
9 lines
93 B
Plaintext
# Jetour BI Dashboard
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
migrations/_migrations*
|