matrix-alertbot/.dockerignore

23 lines
180 B
Text
Raw Normal View History

# PyCharm
.idea/
.vscode/
# Python virtualenv environment folders
env/
env3/
.env/
.venv/
2022-08-08 22:28:58 +02:00
# Git
.git
# Python
__pycache__/
*.egg-info/
2022-08-08 22:28:58 +02:00
.mypy_cache
build/
dist/
2022-08-08 18:58:08 +02:00
# Storage
data/