1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-17 23:33:35 +01:00
Files
supervisor/.dockerignore
2018-09-17 21:03:14 +02:00

14 lines
115 B
Plaintext

# General files
.git
.github
# Test related files
.tox
# Temporary files
**/__pycache__
# virtualenv
venv/
ENV/