matrix-alertbot/.gitignore

27 lines
227 B
Text
Raw Normal View History

2019-09-25 14:26:29 +02:00
# PyCharm
.idea/
# Python virtualenv environment folders
env/
env3/
.env/
# Bot local files
*.db
store/
2019-09-25 14:26:29 +02:00
2019-10-04 15:49:52 +02:00
# Config file
config.yaml
2019-09-25 14:26:29 +02:00
# Python
__pycache__/
2020-08-07 01:59:53 +02:00
*.egg-info/
2020-12-14 23:39:03 +01:00
build/
dist/
2019-10-12 15:23:31 +02:00
# Config file
config.yaml
2019-10-26 04:03:35 +02:00
# Log files
*.log