Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the '.idea' directory in my django project folder?

Tags:

django

Just curious.

It contains things like:

encodings.xml misc.xml modules.xml smigle.iml vcs.xml workspace.xml

like image 664
aichman2 Avatar asked Jun 24 '11 17:06

aichman2


1 Answers

That folder contains the project files for the JetBrains PyCharm Python IDE. If you use the IDE or Intellij IDEA, you should keep the folder. If you don't, it is safe to delete it.

like image 184
jowido Avatar answered Sep 24 '22 02:09

jowido