aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-11 21:15:01 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-11 21:15:01 +0500
commit607c31bd7695defb1350a54e0d1b1f3dd2adf194 (patch)
tree4b56fd039f3d2402f40a1f6901ceb3ef115985ce /.gitignore
parentinitial commit (diff)
downloadvoid-607c31bd7695defb1350a54e0d1b1f3dd2adf194.tar.gz
void-607c31bd7695defb1350a54e0d1b1f3dd2adf194.zip
add app.py & server.py
Quite obviously inspired (a.k.a. copied from) my other project, linux-status. The same goes for test/.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f88119e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+__pycache__/
+
+*.state