3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/.gitignore
James Lu f786242730 Support loading different config files from the command line
Closes #84. Logs, PID files, and relay DBs will name themselves differently for every instance, to prevent conflicts. The default is always config.yml.
2015-08-03 19:27:19 -07:00

10 lines
64 B
Plaintext

*.yml
build/
__pycache__/
*.py[cod]
*.bak
*~
*.save*
*.db
*.pid