matrix-alertbot/.gitignore
2020-08-03 23:26:03 +01:00

23 lines
202 B
Text

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