diff --git a/backend/.gitignore b/backend/.gitignore index 4dfecca..e2017ec 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -10,4 +10,11 @@ images __pycache__/ # Sphinx documentation -docs/_build/ \ No newline at end of file +docs/_build/ + +# Environments +.env +.venv +env/ +venv/ +ENV/