diff --git a/.gitignore b/.gitignore index 23837c8..57560d7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ venv/ .coverage htmlcov/ *.db +# CLI build artifacts +cli/*.egg-info/ +cli/**/__pycache__/