diff --git a/.gitignore b/.gitignore index 01c917b..6d858a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ -__pycache__/* +# Byte-compiled / optimized / DLL files +__pycache__/ + +# Distribution / packaging +dist/ +build/ +*.egg-info/ + +# Project specific exports/* -dist/* config.py + + +