mirror of
https://github.com/Hopiu/bowser.git
synced 2026-03-16 19:10:24 +00:00
15 lines
271 B
Text
15 lines
271 B
Text
__pycache__/
|
|
**/__pycache__/*
|
|
src/browser/__pycache__/*
|
|
|
|
# DOM graph outputs
|
|
*.dot
|
|
*.svg
|
|
|
|
# Test outputs
|
|
example_dom_graph.*
|
|
|
|
*.pyc
|
|
src/browser/__pycache__/browser.cpython-313.pyc
|
|
src/browser/__pycache__/chrome.cpython-313.pyc
|
|
src/browser/__pycache__/tab.cpython-313.pyc
|