diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a6db69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.venv +venv + +/cache/ +!/cache/.gitkeep + +/static/uploads/ +!/static/uploads/.gitkeep