diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab85c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# general things to ignore +build/ +dist/ +venv/ +*.egg-info/ +*.egg +*.py[cod] +__pycache__/ +*.so +*~ + +# due to using tox and pytest +.tox +.cache