diff --git a/.gitignore b/.gitignore index 9816289..80d68b3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,8 @@ dist/ !.env.testnet .rocm-local/* billing.sqlite -.pytest-tmp/* \ No newline at end of file +.pytest-tmp/* +billing.sqlite +meshnet_registry.sqlite3 +billing.sqlite +meshnet_registry.sqlite3 diff --git a/billing.sqlite b/billing.sqlite index 0097275..cdbef94 100644 Binary files a/billing.sqlite and b/billing.sqlite differ diff --git a/meshnet_registry.sqlite3 b/meshnet_registry.sqlite3 index f2259c5..e76344a 100644 Binary files a/meshnet_registry.sqlite3 and b/meshnet_registry.sqlite3 differ