matrix-alertbot/.dockerignore

16 lines
139 B
Text
Raw Normal View History

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