diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e89ff0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +### IntelliJ & Python template +### Standard Ignore Template + +# IntelliJ project files +.idea +*.iml +out +gen + +# Python Output +.venv + +# PyCharm +*.pyc + +# Mac OS +.DS_Store