73 lines
933 B
Plaintext
73 lines
933 B
Plaintext
config/*
|
|
!config/home-assistant.conf.default
|
|
homeassistant/components/frontend/www_static/polymer/bower_components/*
|
|
|
|
# There is not a better solution afaik..
|
|
!config/custom_components
|
|
config/custom_components/*
|
|
!config/custom_components/example.py
|
|
!config/custom_components/hello_world.py
|
|
!config/custom_components/mqtt_example.py
|
|
|
|
# Hide sublime text stuff
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Hide code validator output
|
|
pep8.txt
|
|
pylint.txt
|
|
|
|
# Hide some OS X stuff
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
.idea
|
|
|
|
# GITHUB Proposed Python stuff:
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
.python-version
|
|
|
|
# venv stuff
|
|
pyvenv.cfg
|
|
pip-selfcheck.json
|