diff --git a/.gitignore b/.gitignore index 01246ed..610d60a 100644 --- a/.gitignore +++ b/.gitignore @@ -120,4 +120,8 @@ uploads/ *.db *.sqlite instance/ -venv/ \ No newline at end of file +venv/ + +# Media files and user content +app/static/media/posts/ +data/ \ No newline at end of file