From e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab Mon Sep 17 00:00:00 2001 From: Meysam Date: Fri, 13 Mar 2020 15:23:35 +0330 Subject: [PATCH] [Python] adding IDE & static related stuff (#3317) --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b26ab7e4..d82fa7a9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,3 +137,7 @@ dmypy.json # Cython debug symbols cython_debug/ + +# static files generated from Django application using `collectstatic` +media +static