matrix-alertbot/.dockerignore
2022-08-08 22:28:58 +02:00

22 lines
180 B
Text

# PyCharm
.idea/
.vscode/
# Python virtualenv environment folders
env/
env3/
.env/
.venv/
# Git
.git
# Python
__pycache__/
*.egg-info/
.mypy_cache
build/
dist/
# Storage
data/