diff --git a/scripts/aider_watch_client/.gitignore b/scripts/aider_watch_client/.gitignore new file mode 100644 index 00000000..cf66cdc9 --- /dev/null +++ b/scripts/aider_watch_client/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.pyc +*.egg-info/ +.pytest_cache/ +.coverage +dist/ +build/ diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/PKG-INFO b/scripts/aider_watch_client/aider_watch_client.egg-info/PKG-INFO deleted file mode 100644 index 293b4cd3..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/PKG-INFO +++ /dev/null @@ -1,9 +0,0 @@ -Metadata-Version: 2.4 -Name: aider-watch-client -Version: 0.2.0 -Summary: Mac client for aider-watch (posts events to awoooi API) -Requires-Python: >=3.11 -Requires-Dist: requests>=2.31 -Requires-Dist: python-ulid>=3.0 -Provides-Extra: dev -Requires-Dist: pytest>=8.0; extra == "dev" diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/SOURCES.txt b/scripts/aider_watch_client/aider_watch_client.egg-info/SOURCES.txt deleted file mode 100644 index f3bdfa47..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/SOURCES.txt +++ /dev/null @@ -1,17 +0,0 @@ -pyproject.toml -aider_watch_client/__init__.py -aider_watch_client/aiderw.py -aider_watch_client/api_client.py -aider_watch_client/buffer.py -aider_watch_client/cli.py -aider_watch_client/config.py -aider_watch_client/parsers.py -aider_watch_client/redactor.py -aider_watch_client.egg-info/PKG-INFO -aider_watch_client.egg-info/SOURCES.txt -aider_watch_client.egg-info/dependency_links.txt -aider_watch_client.egg-info/entry_points.txt -aider_watch_client.egg-info/requires.txt -aider_watch_client.egg-info/top_level.txt -tests/test_api_client.py -tests/test_buffer.py \ No newline at end of file diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/dependency_links.txt b/scripts/aider_watch_client/aider_watch_client.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/entry_points.txt b/scripts/aider_watch_client/aider_watch_client.egg-info/entry_points.txt deleted file mode 100644 index f617a06d..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/entry_points.txt +++ /dev/null @@ -1,3 +0,0 @@ -[console_scripts] -aider-watch = aider_watch_client.cli:main -aiderw = aider_watch_client.aiderw:main diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/requires.txt b/scripts/aider_watch_client/aider_watch_client.egg-info/requires.txt deleted file mode 100644 index 851cf3d4..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/requires.txt +++ /dev/null @@ -1,5 +0,0 @@ -requests>=2.31 -python-ulid>=3.0 - -[dev] -pytest>=8.0 diff --git a/scripts/aider_watch_client/aider_watch_client.egg-info/top_level.txt b/scripts/aider_watch_client/aider_watch_client.egg-info/top_level.txt deleted file mode 100644 index b742e18e..00000000 --- a/scripts/aider_watch_client/aider_watch_client.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -aider_watch_client