diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b7827c --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ + +# Ignore python cache +__pycache__/ + +# virtualenv +env/ +venv/ +.venv + +# Vscode settings +.vscode/ + +# Ignore intellij Files (PyCharm) +.idea + +# Ignore spyder Files +.spyproject/ + +# Ignore ds store files +.DS_STORE + +# Backup files +*.bak + +# Personal TODO files +TODO