From 06d24056e98de505835cde983c1756373754cadb Mon Sep 17 00:00:00 2001 From: Bekir Bakar Date: Thu, 6 Apr 2023 20:13:09 +0300 Subject: [PATCH] Configure ignore for more files. (#122) --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b64..8f634c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,15 @@ +# Byte-compiled / Optimized / DLL Files *.pyc +*.pyo +*.pyd +__pycache__/ + +# Distribution / Packaging +venv/ + +# Unit Test +.pytest_cache/ + +# Ignore IDE, Editor Files +.idea/ +.vscode/