We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d6f7 commit 36f0a1bCopy full SHA for 36f0a1b
.gitignore
@@ -0,0 +1,28 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# Distribution / packaging
7
+.Python
8
+build/
9
+dist/
10
+MANIFEST
11
12
+# Environments
13
+.env
14
+.venv
15
+env/
16
+venv/
17
+ENV/
18
+env.bak/
19
+venv.bak/
20
21
+# jetbrains / pycharm
22
+.idea/
23
24
+# compiled locales
25
+src/easy_mqtt_handler/locale/*/LC_MESSAGES/*.mo
26
27
+# translation templates
28
+src/easy_mqtt_handler/locale/templates/
0 commit comments