matrix-alertbot/.gitignore

39 lines
373 B
Text
Raw Normal View History

2019-09-25 14:26:29 +02:00
# PyCharm
.idea/
.vscode/
2019-09-25 14:26:29 +02:00
# Python virtualenv environment folders
env/
env3/
.env/
2022-06-13 20:55:01 +02:00
.venv/
2019-09-25 14:26:29 +02:00
# Bot local files
*.db
store/
2022-08-08 16:43:05 +02:00
cache/
2022-10-26 14:55:16 +02:00
token.json
2019-09-25 14:26:29 +02:00
2019-10-04 15:49:52 +02:00
# Config file
config.yaml
2022-08-08 16:43:05 +02:00
# Alertmanager config file
alertmanager.yml
2019-09-25 14:26:29 +02:00
# Python
__pycache__/
2020-08-07 01:59:53 +02:00
*.egg-info/
2020-12-14 23:39:03 +01:00
build/
dist/
.pytest_cache/
.mypy_cache/
_version.py
2019-10-12 15:23:31 +02:00
2019-10-26 04:03:35 +02:00
# Log files
*.log
2022-10-26 14:55:16 +02:00
# Code coverage
.coverage
coverage.xml
coverage.lcov