diff --git a/.gitignore b/.gitignore index b3304d6..795d4a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +dist/ +.venv/ +*.egg-info/ +__pycache__/ +.pytest_cache/ +.ruff_cache/ .coverage uv.lock