3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-12 13:12:36 +01:00

.gitignore: ignore .idea/ due to PyCharm (#492)

* PyCharm keeps state inside of .idea/ which may contain sensitive information
This commit is contained in:
Ken Spencer 2017-07-24 11:21:13 -04:00 committed by James Lu
parent f53969a4b2
commit 79d66ad94d

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
env/ env/
build/ build/
__pycache__/ __pycache__/
.idea/
*.py[cod] *.py[cod]
*.bak *.bak
*~ *~