chore(client): gitignore egg-info + remove accidentally committed generated files

This commit is contained in:
Your Name
2026-04-20 09:53:36 +08:00
parent 36610e2744
commit b7d612526a
7 changed files with 7 additions and 36 deletions

7
scripts/aider_watch_client/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.coverage
dist/
build/

View File

@@ -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"

View File

@@ -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

View File

@@ -1,3 +0,0 @@
[console_scripts]
aider-watch = aider_watch_client.cli:main
aiderw = aider_watch_client.aiderw:main

View File

@@ -1,5 +0,0 @@
requests>=2.31
python-ulid>=3.0
[dev]
pytest>=8.0

View File

@@ -1 +0,0 @@
aider_watch_client