diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-25 16:30:51 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-25 16:30:51 +0200 |
commit | b3c35c2ca00106fe475d82baa580ee26ee64e1ba (patch) | |
tree | a75b346a884b08628c16e2b3263fc5a45faa7ad8 /.gitignore | |
parent | b0cab01ab962e4a0f704012eac28786597726be1 (diff) |
create/connect to database on startup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ .idea/ -sta.token +database/ + spacetraders-sdk/ modules/spacetraders + __pycache__/ venv/ |