matrix-alertbot/.gitignore

17 lines
149 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
2019-10-04 15:49:52 +02:00
# Config file
config.yaml
2019-09-25 14:26:29 +02:00
# Python
__pycache__/