diff --git a/.gitignore b/.gitignore index ff877b9..6a6a638 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__ +*.pyc /venv/ -*.egg-info -*.pyc \ No newline at end of file +*.egg-info \ No newline at end of file