aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-02-10 13:56:02 -0800
committerFuwn <[email protected]>2021-02-10 13:56:02 -0800
commit22692dafdd2e32f83e5c7ae6455e0f724d72418f (patch)
treec27f04a08120b43be3060102f2df670c0a2ce58a /.gitignore
parent:star: (diff)
downloadworldsy-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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6e4761..7001ddb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,6 @@ dmypy.json
# Pyre type checker
.pyre/
+
+# IDE
+.vscode/ \ No newline at end of file