diff --git a/.gitignore b/.gitignore index d0c9d6d..da465b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,8 @@ __pycache__/ # Version file for pdm, points to host root. .pdm-python + +# Anything built +dist/ + +*.whl \ No newline at end of file