diff --git a/.gitignore b/.gitignore index bee8a64..58537c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ __pycache__ +.history/ +.venv/ +*.pyc +.pytest_cache/ \ No newline at end of file