diff --git a/.gitignore b/.gitignore index 54a2861..ef0df2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ +# Byte-compiled / optimized / DLL files __pycache__/ +*.py[cod] +*$py.class + +# Unit test / coverage reports +.pytest_cache/ .venv .vscode \ No newline at end of file