3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/.gitignore
Ken Spencer 79d66ad94d .gitignore: ignore .idea/ due to PyCharm (#492)
* PyCharm keeps state inside of .idea/ which may contain sensitive information
2017-07-24 23:21:13 +08:00

23 lines
228 B
Plaintext

# Ignore config files except the example ones
*.yml
!example-*.yml
!.*.yml
# Automatically generated by setup.py
/__init__.py
env/
build/
__pycache__/
.idea/
*.py[cod]
*.bak
*~
*.save*
*.db
*.pid
*.pem
.eggs
*.egg-info/
dist/