diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2394adc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# editors +.vscode + +# python +__pycache__ +.venv +.coverage +htmlcov/