diff --git a/.gitignore b/.gitignore index 26f1f07..c611d7c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ venv/ typer.py # Cache Files -.cache/ \ No newline at end of file +.cache/ + +# Script output files +output.txt \ No newline at end of file