From e607bdd855c03b8fef80782780f63c1d0c8865eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 4 Apr 2020 13:30:58 -0300 Subject: [PATCH] Revert "[Python] adding IDE & static related stuff (#3317)" (#3363) This reverts commit e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab. --- Python.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d82fa7a9..b26ab7e4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,7 +137,3 @@ dmypy.json # Cython debug symbols cython_debug/ - -# static files generated from Django application using `collectstatic` -media -static