diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fc4a69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# cache for requests to hanab.live +hanab.live +# python venv +venv/ +# pycache dir +__pycache__