diff --git a/.gitignore b/.gitignore index 6e8c46e..3e7dd59 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,18 @@ venv !/static/uploads/.gitkeep !/cache/.gitkeep ======= -.venv -venv - -/cache/ -!/cache/.gitkeep - -/static/uploads/ -!/static/uploads/.gitkeep +.venv +venv + +/cache/ +!/cache/.gitkeep + +/static/uploads/ +!/static/uploads/.gitkeep >>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e + + +__pycache__/ +*.pyc +.cache/ +*.log