matrix-alertbot/.gitignore

24 lines
202 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__/
2019-10-12 15:23:31 +02:00
# Config file
config.yaml
2019-10-26 04:03:35 +02:00
# Log files
*.log