diff --git a/.gitignore b/.gitignore index 07f8a98..24d7545 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -*.pyc -.cache/ +__pycache__/ +*.py[cod] +venv/ + +build/ +dist/ +*.egg-info/ +*.egg