3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +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 22:28:45 +02:00
env/
2015-07-13 01:28:33 +02:00
build/
2015-03-19 20:55:18 +01:00
__pycache__/
*.py[cod]
*.bak
*~
*.save*
2015-07-13 01:28:33 +02:00
*.db
*.pid
2015-08-11 05:26:10 +02:00
*.pem
.eggs
*.egg-info/
dist/