diff --git a/.gitignore b/.gitignore index 3e3560b6b..bc7a0ee56 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,6 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/node,java,python,go + +# Django static files +static/ \ No newline at end of file