diff --git a/.gitignore b/.gitignore index 645fb98..5f675ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # We ignore settings.ini as it is created automatically settings.ini +# Ignore environment file which must be unique to the user +.env +# Ignore Python's cache __pycache__