3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 03:33:10 +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/
build/
__pycache__/
.idea/
*.py[cod]
*.bak
*~