mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-22 20:27:16 +00:00
21 lines
193 B
Plaintext
21 lines
193 B
Plaintext
# General files
|
|
.git
|
|
.github
|
|
.devcontainer
|
|
.vscode
|
|
|
|
# Test related files
|
|
.tox
|
|
|
|
# Temporary files
|
|
**/__pycache__
|
|
.pytest_cache
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# HA
|
|
home-assistant-polymer/*
|
|
misc/*
|
|
script/*
|