feat: add foreign key constraints and metrics for blockchain node
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@ -7,9 +7,16 @@ __pycache__/
|
||||
*.pyd
|
||||
*.so
|
||||
.venv/
|
||||
*/.venv/
|
||||
venv/
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
*.env.*
|
||||
|
||||
# Databases & Alembic artifacts
|
||||
*.db
|
||||
*/data/*.db
|
||||
alembic.ini
|
||||
migrations/versions/__pycache__/
|
||||
|
||||
# Node / JS
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user