2016-01-03 20:02:23 -08:00
|
|
|
# Ignore config files except the example ones
|
2015-08-03 19:27:19 -07:00
|
|
|
*.yml
|
2016-01-03 20:02:23 -08:00
|
|
|
!example-*.yml
|
2016-06-08 07:52:44 -07:00
|
|
|
!.*.yml
|
2016-01-03 20:02:23 -08:00
|
|
|
|
2016-07-05 13:28:45 -07:00
|
|
|
# Ignore automatically generated version for normal commits. This is bumped manually when needed.
|
|
|
|
__init__.py
|
|
|
|
|
2016-03-29 19:52:57 +10: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
|
2015-08-03 19:27:19 -07:00
|
|
|
*.pid
|
2015-08-10 20:26:10 -07:00
|
|
|
*.pem
|
2016-06-20 18:19:37 -07:00
|
|
|
.eggs
|
|
|
|
*.egg-info/
|
|
|
|
dist/
|