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/