ha-core/.gitignore

104 lines
1.0 KiB
Plaintext
Raw Normal View History

config/*
2013-09-17 09:32:51 +02:00
tests/testing_config/deps
tests/testing_config/home-assistant.log
2015-09-01 09:18:26 +02:00
2013-09-17 09:32:51 +02:00
# Hide sublime text stuff
*.sublime-project
*.sublime-workspace
# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
.idea
2013-09-17 09:32:51 +02:00
2015-09-19 21:29:23 +02:00
# pytest
.cache
2013-09-17 09:32:51 +02:00
# GITHUB Proposed Python stuff:
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
2015-12-28 01:15:39 +01:00
.eggs
2013-09-17 09:32:51 +02:00
parts
bin
var
sdist
develop-eggs
.installed.cfg
2013-10-08 05:32:44 +02:00
lib
lib64
2013-09-17 09:32:51 +02:00
# Logs
*.log
2013-09-17 09:32:51 +02:00
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov/
2013-09-17 09:32:51 +02:00
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
2015-03-23 21:18:07 +01:00
.pydevproject
.python-version
2015-07-07 08:33:35 +02:00
2015-09-16 08:34:08 +02:00
# emacs auto backups
*~
2015-09-16 08:34:08 +02:00
*#
*.orig
2015-07-07 08:33:35 +02:00
# venv stuff
pyvenv.cfg
pip-selfcheck.json
2016-01-26 17:06:50 +01:00
venv
.venv
Pipfile*
2018-01-05 09:03:32 +01:00
share/*
2016-01-19 14:10:17 +01:00
# vimmy stuff
*.swp
*.swo
ctags.tmp
2016-05-29 08:58:09 +02:00
# vagrant stuff
virtualization/vagrant/setup_done
virtualization/vagrant/.vagrant
virtualization/vagrant/config
# Visual Studio Code
.vscode
# Built docs
docs/build
# Windows Explorer
desktop.ini
/home-assistant.pyproj
/home-assistant.sln
/.vs/*
# mypy
/.mypy_cache/*