matrix-alertbot/.gitignore
2022-08-08 16:43:05 +02:00

32 lines
295 B
Text

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