Forums

file "____" in same directory as manage.py

I've been experiencing some performance issues and just saw that there is a file "____" in the same directory as manage.py. I didn't create it, at least not intentionally. It is timestamped yesterday. I don't see any forum posts on this.

Can I safely delete the "____" file?

Might this be linked to the slow reload times I am experiencing? Where might this have come from?

* Snippet of "____" contents below**

diff --git a/questions/pycache/forms.cpython-36.pyc b/questions/pycache/forms.cpython-36.pyc index 0ff1402..20bfe36 100644 Binary files a/questions/pycache/forms.cpython-36.pyc and b/questions/pycache/forms.cpython-36.pyc differ diff --git a/questions/pycache/models.cpython-36.pyc b/questions/pycache/models.cpython-36.pyc

That looks like some git diff output that you may have accidentally redirected to a file. It should be ok to delete it.

Thank you Glenn!