diff --git a/.gitignore b/.gitignore index 4c061ef..b6aae62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ /__pycache__ +__pycache__/ *.env -*.pyc \ No newline at end of file +*.pyc +*.py[cod] +*$py.class +**/__pycache__/ \ No newline at end of file