build/lib/* is a local pip-install byproduct, not source. Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
.venv/
|
|
dist/
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
# pip build artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
__pycache__/
|