pyenv-native 0.1.22__tar.gz → 0.2.7__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.
@@ -13,16 +13,31 @@
13
13
  *.exe
14
14
  *.pdb
15
15
 
16
- # AI Memory
16
+ # AI Memory & Interaction artifacts
17
17
  MEMORY.md
18
18
  .gemini/
19
+ /walkthrough.md
20
+ /implementation_plan.md
21
+ /task.md
22
+ /analysis_results.md
23
+ /research_notes.md
24
+ /experiment_results.md
19
25
 
20
26
  # IDEs
21
27
  .vscode/
22
28
  .idea/
23
29
 
24
- # Rust
25
- Cargo.lock
30
+ # Rust (Commit Cargo.lock for reproducible builds in apps)
31
+ # Cargo.lock
32
+
33
+ # Tauri & GUI
34
+ crates/pyenv-gui/src-tauri/target/
35
+ crates/pyenv-gui/target/
36
+
37
+ # Python Virtual Environments
38
+ /venv/
39
+ /.venv/
40
+ /env/
26
41
 
27
42
  # OS Junk
28
43
  .DS_Store
@@ -35,5 +50,4 @@ Thumbs.db
35
50
  /repro_*.rs
36
51
  /temp_*.rs
37
52
  /clippy_errors.txt
38
- /walkthrough.md
39
53
  *.tmp
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyenv-native
3
- Version: 0.1.22
3
+ Version: 0.2.7
4
4
  Summary: Python install package for the native-first pyenv-native runtime bundles.
5
5
  Project-URL: Homepage, https://github.com/imyourboyroy
6
6
  Project-URL: Repository, https://github.com/imyourboyroy/pyenv-native
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pyenv-native"
7
- version = "0.1.22"
7
+ version = "0.2.7"
8
8
  description = "Python install package for the native-first pyenv-native runtime bundles."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -3,4 +3,4 @@
3
3
 
4
4
  __all__ = ["__version__"]
5
5
 
6
- __version__ = "0.1.22"
6
+ __version__ = "0.2.7"
File without changes
File without changes