PyCharm: Difference between revisions

290 bytes added ,  2 September 2020
no edit summary
m (David moved page Pycharm to PyCharm)
No edit summary
Line 6: Line 6:
Settings | Tools | Python Integrated Tools | Docstring format
Settings | Tools | Python Integrated Tools | Docstring format
</pre>
</pre>
==Caching==
PyCharm will backup your code so that you can restore deleted files. 
However, if you keep data in your project directory, it will also backup your data. 
To prevent this, right-click your data and goto <code>Mark Directory As -> Excluded</code> so that it won't back it up.