matrix-alertbot/.gitignore
2022-06-13 20:55:01 +02:00

27 lines
234 B
Text

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