diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d78bac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Doesn't work with platform differences +Pipfile.lock + +# Python compilation products +__pycache__/ +*.pyc +*.pyo