3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/.gitignore
2016-07-13 19:29:41 -07:00

22 lines
220 B
Plaintext

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