Prod Deployment Preparation
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -156,6 +156,12 @@ cython_debug/
|
||||
backups/
|
||||
*.backup
|
||||
|
||||
# ===== Alembic Migrations =====
|
||||
# Keep migration files but ignore bytecode
|
||||
alembic/__pycache__/
|
||||
alembic/versions/__pycache__/
|
||||
# Keep alembic.ini, env.py, and all migration files in alembic/versions/
|
||||
|
||||
# ===== IDE / Editors =====
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user