diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2d164e --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python cache +__pycache__/ +*.pyc +*.pyo + +# Virtualenvs +.venv/ +venv/ +env/ +ENV/ + +# Logs +*.log + +# Windows junk +Thumbs.db +Desktop.ini \ No newline at end of file