3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-10 19:40:49 +01:00
PyLink/.gitignore

22 lines
221 B
Plaintext
Raw Normal View History

# Ignore config files except the example ones
*.yml
!example-*.yml
!.*.yml
# Automatically generated by setup.py
/__init__.py
2016-07-05 13:28:45 -07:00
env/
2015-07-12 16:28:33 -07:00
build/
2015-03-19 12:55:18 -07:00
__pycache__/
*.py[cod]
*.bak
*~
*.save*
2015-07-12 16:28:33 -07:00
*.db
*.pid
2015-08-10 20:26:10 -07:00
*.pem
.eggs
*.egg-info/
dist/