jxa-mail-mcp 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,30 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+ .Python
7
+ build/
8
+ dist/
9
+ lib/
10
+ lib64/
11
+ parts/
12
+ sdist/
13
+ var/
14
+ wheels/
15
+ .installed.cfg
16
+
17
+ # Virtual environments
18
+ .venv/
19
+ venv/
20
+
21
+ # Ruff
22
+ .ruff_cache/
23
+
24
+ # OS
25
+ .DS_Store
26
+
27
+ # Local config
28
+ .env
29
+ .env.local
30
+ *.local.md