diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-03-26 22:15:05 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-03-26 22:15:05 +0100 |
commit | b7c6edf9d519ee1f3516d6e4cf60ca25269a74d0 (patch) | |
tree | 0fe64999e0b46bc38bfe29fa434532dc78ff7817 /.gitignore | |
parent | 253235e8c583e383695874607bf727430d316520 (diff) |
Tornado HelloWorld
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e933fda --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.coverage +*.pyc + +.*.sw? |