matrix-alertbot/.gitignore
2024-04-17 16:30:09 +02:00

39 lines
384 B
Text

# PyCharm
.idea/
.vscode/
# Python virtualenv environment folders
env/
env3/
.env/
.venv/
# Bot local files
*.db
store/
cache/
*token.json
# Config file
config.yaml
# Alertmanager config file
alertmanager.yml
# Python
__pycache__/
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
_version.py
# Log files
*.log
# Code coverage
.coverage
coverage.xml
coverage.lcov
lcov.info