mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-11 12:19:03 +02:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
# Build and test artifacts for the two standalone SDK packages. Neither is part
|
|
# of the pnpm workspace, so they carry their own ignores rather than adding
|
|
# Python and npm noise to the repository root.
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
node_modules/
|