phase9: migration test script + .gitignore cleanup + CI alembic migration gate

This commit is contained in:
Agent Zero
2026-07-29 23:17:03 +02:00
parent a2c3f797f2
commit 5088b4a735
3 changed files with 122 additions and 0 deletions
+22
View File
@@ -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