diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..69e93893 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.pyc +*.pyo +__pycache__ + +/.idea +/build +/dist +/Rare.egg-info/ +/venv \ No newline at end of file