MQTT Home Emulation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. # Docker data
  2. docker_config/nodered
  3. docker_config/mqtt
  4. # ---> Linux
  5. *~
  6. # temporary files which can be created if a process still has a handle open of a deleted file
  7. .fuse_hidden*
  8. # KDE directory preferences
  9. .directory
  10. # Linux trash folder which might appear on any partition or disk
  11. .Trash-*
  12. # .nfs files are created when an open file is removed but is still being accessed
  13. .nfs*
  14. # ---> Python
  15. # Byte-compiled / optimized / DLL files
  16. __pycache__/
  17. *.py[cod]
  18. *$py.class
  19. # C extensions
  20. *.so
  21. # Distribution / packaging
  22. .Python
  23. build/
  24. develop-eggs/
  25. dist/
  26. downloads/
  27. eggs/
  28. .eggs/
  29. lib/
  30. lib64/
  31. parts/
  32. sdist/
  33. var/
  34. wheels/
  35. *.egg-info/
  36. .installed.cfg
  37. *.egg
  38. MANIFEST
  39. # PyInstaller
  40. # Usually these files are written by a python script from a template
  41. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  42. *.manifest
  43. *.spec
  44. # Installer logs
  45. pip-log.txt
  46. pip-delete-this-directory.txt
  47. # Unit test / coverage reports
  48. htmlcov/
  49. .tox/
  50. .nox/
  51. .coverage
  52. .coverage.*
  53. .cache
  54. nosetests.xml
  55. coverage.xml
  56. *.cover
  57. .hypothesis/
  58. .pytest_cache/
  59. # Translations
  60. *.mo
  61. *.pot
  62. # Django stuff:
  63. *.log
  64. local_settings.py
  65. db.sqlite3
  66. # Flask stuff:
  67. instance/
  68. .webassets-cache
  69. # Scrapy stuff:
  70. .scrapy
  71. # Sphinx documentation
  72. docs/_build/
  73. # PyBuilder
  74. target/
  75. # Jupyter Notebook
  76. .ipynb_checkpoints
  77. # IPython
  78. profile_default/
  79. ipython_config.py
  80. # pyenv
  81. .python-version
  82. # celery beat schedule file
  83. celerybeat-schedule
  84. # SageMath parsed files
  85. *.sage.py
  86. # Environments
  87. .env
  88. .venv
  89. env/
  90. venv/
  91. ENV/
  92. env.bak/
  93. venv.bak/
  94. # Spyder project settings
  95. .spyderproject
  96. .spyproject
  97. # Rope project settings
  98. .ropeproject
  99. # mkdocs documentation
  100. /site
  101. # mypy
  102. .mypy_cache/
  103. .dmypy.json
  104. dmypy.json
  105. # Pyre type checker
  106. .pyre/
  107. # ---> VirtualEnv
  108. # Virtualenv
  109. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  110. .Python
  111. [Bb]in
  112. [Ii]nclude
  113. [Ll]ib
  114. [Ll]ib64
  115. [Ll]ocal
  116. [Ss]cripts
  117. pyvenv.cfg
  118. .venv
  119. pip-selfcheck.json
  120. # ---> Backup
  121. *.bak
  122. *.gho
  123. *.ori
  124. *.orig
  125. *.tmp