scriptmonkey 2.0.1__tar.gz → 2.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scriptmonkey
3
- Version: 2.0.1
3
+ Version: 2.0.3
4
4
  Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.
5
5
  Home-page: https://github.com/lukerbs/ScriptMonkey
6
6
  Author: Luke Kerbs
@@ -76,6 +76,10 @@ EXCLUDE_PATTERNS = [
76
76
  "sitemap.xml.gz",
77
77
  "*.gguf.lock",
78
78
  "CACHEDIR.TAG",
79
+ ".lance",
80
+ ".manifest",
81
+ "*.lance",
82
+ "*.manifest",
79
83
  # Generated & vendor file rules
80
84
  "*_pb2.py",
81
85
  "*_pb2.pyi",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scriptmonkey
3
- Version: 2.0.1
3
+ Version: 2.0.3
4
4
  Summary: A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.
5
5
  Home-page: https://github.com/lukerbs/ScriptMonkey
6
6
  Author: Luke Kerbs
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="scriptmonkey",
5
- version="2.0.1",
5
+ version="2.0.3",
6
6
  description="A simple CLI utility for copying files and directory trees to clipboard for easy sharing with LLMs.",
7
7
  long_description=open("README.md", "r").read(),
8
8
  long_description_content_type="text/markdown",
File without changes
File without changes