diff --git a/.gitignore b/.gitignore index 2af45b5..1ed0ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,15 @@ # Workspace auth tokens .auth-token .auth_token +# Python bytecode (append only — do not remove entries above) +__pycache__/ +*.pyc +*.py[cod] +*$py.class +.Python +*.egg-info/ +*.egg +.pytest_cache/ +build/ +dist/ +.eggs/