diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66f1a4d --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ignore comments files +todo.txt +notes.txt + +# ignore mac generated files +.DS_Store + +# ignore pycharm ide +.idea + +# ignore compiled python scripts +*.pyc + +# ignore virtual env +venv