chore: add .gitignore and remove cached files from tracking
Made-with: Cursor
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.pytest_cache/
|
||||||
|
*.egg
|
||||||
|
.venv/
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
Metadata-Version: 2.4
|
|
||||||
Name: cursor-flasher
|
|
||||||
Version: 0.1.0
|
|
||||||
Summary: Flash Cursor's window when the AI agent is waiting for input
|
|
||||||
Requires-Python: >=3.10
|
|
||||||
Requires-Dist: pyobjc-framework-Cocoa
|
|
||||||
Requires-Dist: pyobjc-framework-Quartz
|
|
||||||
Requires-Dist: PyYAML
|
|
||||||
Provides-Extra: dev
|
|
||||||
Requires-Dist: pytest; extra == "dev"
|
|
||||||
Requires-Dist: pytest-mock; extra == "dev"
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
pyproject.toml
|
|
||||||
src/cursor_flasher/__init__.py
|
|
||||||
src/cursor_flasher/__main__.py
|
|
||||||
src/cursor_flasher.egg-info/PKG-INFO
|
|
||||||
src/cursor_flasher.egg-info/SOURCES.txt
|
|
||||||
src/cursor_flasher.egg-info/dependency_links.txt
|
|
||||||
src/cursor_flasher.egg-info/entry_points.txt
|
|
||||||
src/cursor_flasher.egg-info/requires.txt
|
|
||||||
src/cursor_flasher.egg-info/top_level.txt
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[console_scripts]
|
|
||||||
cursor-flasher = cursor_flasher.cli:main
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
pyobjc-framework-Cocoa
|
|
||||||
pyobjc-framework-Quartz
|
|
||||||
PyYAML
|
|
||||||
|
|
||||||
[dev]
|
|
||||||
pytest
|
|
||||||
pytest-mock
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
cursor_flasher
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user