renkin 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,21 @@
1
+ # ---- Rust ----
2
+ /target/
3
+ Cargo.lock
4
+
5
+ # ---- WASM build output ----
6
+ /pkg/
7
+
8
+ # ---- Python ----
9
+ .venv/
10
+ *.whl
11
+ *.egg-info/
12
+ __pycache__/
13
+ *.so
14
+
15
+ # ---- OS ----
16
+ .DS_Store
17
+
18
+ # ---- Project-specific (not version-controlled) ----
19
+ .env
20
+ AGENTS.md
21
+ tasks/