3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/.gitignore

19 lines
169 B
Plaintext

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