diff --git a/.gitignore b/.gitignore index 1648010..5e6916d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ db.sqlite3 *.pyc __pycache__/ localsettings.py -migrations/ \ No newline at end of file +migrations/ +venv/ \ No newline at end of file