Permalink
Cannot retrieve contributors at this time
134 lines (107 sloc)
1.41 KB
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/config | |
config2/* | |
tests/testing_config/deps | |
tests/testing_config/home-assistant.log* | |
# hass-release | |
data/ | |
.token | |
# Hide sublime text stuff | |
*.sublime-project | |
*.sublime-workspace | |
# Hide some OS X stuff | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
# Thumbnails | |
._* | |
# IntelliJ IDEA | |
.idea | |
*.iml | |
# pytest | |
.pytest_cache | |
.cache | |
# GITHUB Proposed Python stuff: | |
*.py[cod] | |
# C extensions | |
*.so | |
# Packages | |
*.egg | |
*.egg-info | |
dist | |
build | |
eggs | |
.eggs | |
parts | |
bin | |
var | |
sdist | |
develop-eggs | |
.installed.cfg | |
lib | |
lib64 | |
pip-wheel-metadata | |
# Logs | |
*.log | |
pip-log.txt | |
# Unit test / coverage reports | |
.coverage | |
.tox | |
coverage.xml | |
nosetests.xml | |
htmlcov/ | |
test-reports/ | |
test-results.xml | |
test-output.xml | |
# Translations | |
*.mo | |
# Mr Developer | |
.mr.developer.cfg | |
.project | |
.pydevproject | |
.python-version | |
# emacs auto backups | |
*~ | |
*# | |
*.orig | |
# venv stuff | |
pyvenv.cfg | |
pip-selfcheck.json | |
venv | |
.venv | |
Pipfile* | |
share/* | |
/Scripts/ | |
# vimmy stuff | |
*.swp | |
*.swo | |
tags | |
ctags.tmp | |
# vagrant stuff | |
virtualization/vagrant/setup_done | |
virtualization/vagrant/.vagrant | |
virtualization/vagrant/config | |
# Visual Studio Code | |
.vscode/* | |
!.vscode/cSpell.json | |
!.vscode/extensions.json | |
!.vscode/tasks.json | |
.env | |
# Built docs | |
docs/build | |
# Windows Explorer | |
desktop.ini | |
/home-assistant.pyproj | |
/home-assistant.sln | |
/.vs/* | |
# mypy | |
/.mypy_cache/* | |
/.dmypy.json | |
# Secrets | |
.lokalise_token | |
# monkeytype | |
monkeytype.sqlite3 | |
# This is left behind by Azure Restore Cache | |
tmp_cache | |
# python-language-server / Rope | |
.ropeproject |