matrix-alertbot/.gitignore
2020-08-09 14:33:57 -07:00

24 lines
214 B
Text

# PyCharm
.idea/
# Python virtualenv environment folders
env/
env3/
.env/
# Bot local files
*.db
store/
# Config file
config.yaml
# Python
__pycache__/
*.egg-info/
# Config file
config.yaml
# Log files
*.log