From ca754ffb2afa9b44c6a53ac5a235c38b90480ed2 Mon Sep 17 00:00:00 2001 From: Roman Krivonos Date: Wed, 15 Feb 2023 13:35:51 +0300 Subject: [PATCH] ignore --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.gitignore b/.gitignore index 26a0e27..af7cd5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,44 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + *~ *# .#*