gitignore file for .idea folder when using PyCharm
# Created by https://www.gitignore.io/api/phpstorm
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
# pyc files
*.pyc
**/Archive
# Sphinx Doc Files
**/_build
**/_static
**/_templates