mdbp 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.
mdbp-0.1.0/.gitignore ADDED
@@ -0,0 +1,27 @@
1
+ # Project-specific
2
+ tests/
3
+ demo.py
4
+ CLAUDE.md
5
+ test-server.py
6
+ docs/
7
+ dist/
8
+ .vscode/
9
+ .claude/
10
+
11
+ # Python
12
+ __pycache__/
13
+ *.py[cod]
14
+ *.egg-info/
15
+ *.egg
16
+ build/
17
+ *.db
18
+
19
+ # Environment
20
+ .env
21
+ .venv/
22
+ venv/
23
+ .pypirc
24
+
25
+ # OS
26
+ .DS_Store
27
+ Thumbs.db