chore(client): gitignore egg-info + remove accidentally committed generated files
This commit is contained in:
7
scripts/aider_watch_client/.gitignore
vendored
Normal file
7
scripts/aider_watch_client/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
dist/
|
||||
build/
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
[console_scripts]
|
||||
aider-watch = aider_watch_client.cli:main
|
||||
aiderw = aider_watch_client.aiderw:main
|
||||
@@ -1,5 +0,0 @@
|
||||
requests>=2.31
|
||||
python-ulid>=3.0
|
||||
|
||||
[dev]
|
||||
pytest>=8.0
|
||||
@@ -1 +0,0 @@
|
||||
aider_watch_client
|
||||
Reference in New Issue
Block a user