diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..774a82f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python +.venv/ +__pychache__/ +*.pyc + +# OS noise +.DS_Store + +# Critical +.env \ No newline at end of file