diff --git a/.gitignore b/.gitignore index b6e4b59..09785fd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ __pycache__/ __pycache__/* +.pytest_cache/ +.pytest_cache/* + # Ignore IDE-specific files and directories .idea/ @@ -36,3 +39,9 @@ logs/ # Ignore package build directories build/ dist/ + +# Ignore compress files +*.zip +*.rar +*.gz +*.tar.gz \ No newline at end of file