diff --git a/.gitignore b/.gitignore index 5091e95..8969c38 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,30 @@ # PyCharm files .idea/ +# vscode files +.vscode/* + # pytest files .pytest_cache/ # Ignore MacOSX files .DS_Store + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ \ No newline at end of file