diff --git a/.gitignore b/.gitignore index 8e7357228196452b5497444eb75745939b2ac35e..c24dead182619d84352223fefa0c72d0b778bc66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -#NEED TO FIX, SHOULD NOT BE PUSHING PYCACHE TO GIT - -__pycache__/ -*__pycache__ -*.log \ No newline at end of file +**/.venv +**/__pycache__ +*.log +.env \ No newline at end of file