gitignore and py comp

This commit is contained in:
vitormhenrique
2020-10-19 21:42:22 +01:00
parent b0514fcfd3
commit ea736e190f
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
venv
.vscode
*.pyc

View File

@@ -1880,6 +1880,7 @@ class EnclosurePlugin(octoprint.plugin.StartupPlugin, octoprint.plugin.TemplateP
__plugin_name__ = "Enclosure Plugin"
__plugin_pythoncompat__ = ">=3,<4"
def __plugin_load__():