matrix-alertbot/.gitignore
2020-12-14 22:39:03 +00:00

26 lines
227 B
Text

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