mirror of https://github.com/home-assistant/core
139 lines
1.5 KiB
Plaintext
139 lines
1.5 KiB
Plaintext
/config
|
|
config2/*
|
|
|
|
tests/testing_config/deps
|
|
tests/testing_config/home-assistant.log*
|
|
|
|
# hass-release
|
|
data/
|
|
.token
|
|
|
|
# Translations
|
|
homeassistant/components/*/translations
|
|
|
|
# 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]
|
|
__pycache__
|
|
|
|
# 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
|
|
coverage.xml
|
|
nosetests.xml
|
|
htmlcov/
|
|
test-reports/
|
|
test-results.xml
|
|
test-output.xml
|
|
pytest-*.txt
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
.python-version
|
|
.tool-versions
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# Will be created from script/split_tests.py
|
|
pytest_buckets.txt |