diff --git a/.gitignore b/.gitignore index a1afbf3..f5ff6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ -db.sqlite3 -.idea -*/__pycache__ \ No newline at end of file +*.sqlite3 +*.pyc +**/migrations/ +!**/migrations/__init__.py +**/.sass-cache/ +*.map +.idea/ +.vscode/ +information/ +all_staticfiles/ +*.zip +static/uploaded/ +.project +virtualenv/ +*.DS_Store \ No newline at end of file