mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
25 lines
236 B
Plaintext
25 lines
236 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/
|
|
log/
|