phase9: migration test script + .gitignore cleanup + CI alembic migration gate
This commit is contained in:
+22
@@ -28,6 +28,28 @@ ENV/
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
.mypy_cache/
|
||||
|
||||
# Redis dump
|
||||
*.rdb
|
||||
dump.rdb
|
||||
|
||||
# Frontend build output (regenerated on deploy)
|
||||
frontend/dist/
|
||||
frontend/node_modules/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
.ruff_cache/
|
||||
|
||||
# Redis dumps
|
||||
|
||||
Reference in New Issue
Block a user