diff options
| author | Fuwn <[email protected]> | 2021-02-10 13:56:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-02-10 13:56:02 -0800 |
| commit | 22692dafdd2e32f83e5c7ae6455e0f724d72418f (patch) | |
| tree | c27f04a08120b43be3060102f2df670c0a2ce58a /.gitignore | |
| parent | :star: (diff) | |
| download | worldsy-22692dafdd2e32f83e5c7ae6455e0f724d72418f.tar.xz worldsy-22692dafdd2e32f83e5c7ae6455e0f724d72418f.zip | |
chore, annotate, refactor, feature: desc
chore:
- remove unnecessary import.
annotate:
- annotate `B64_ICO` under globals.
- qol annotations for co-routines.
refactor:
- move main rpc instance into RPCHandler class.
- formatting.
feature:
- intercept exit event and properly dispose of rpc socket.
- extra debug logs!
- welcome message.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# IDE +.vscode/
\ No newline at end of file |