aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:09:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:09:11 +0300
commit69580ef09cfb0f41fa50d3252f4a83cfb7f153b5 (patch)
tree87f2c4c07719f30698a0f34c61020c395181c7d3 /.gitignore
parentprune obsolete entry from .gitignore (diff)
downloadlinux-status-69580ef09cfb0f41fa50d3252f4a83cfb7f153b5.tar.gz
linux-status-69580ef09cfb0f41fa50d3252f4a83cfb7f153b5.zip
add server.py
It runs a web server and imports the request handling classes from get.py directly, hence eliminating the performance culprit (which was the `import` processing for each request).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..c18dd8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__/