mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-18 20:40:02 +01:00
9d421771e7
- Preserve the SQLite database and use SQLAlchemy to wrap db interactions. - Use Alembic for database migrations. - Organize all the python modules on the new server/ directory. - Use pytest for unit tests and organize test modules at server/tests/.
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
.terraform*
|
|
**/__pycache__/
|
|
*~
|
|
htmlcov/
|
|
.coverage
|