Skip to content

Commit 320c6a1

Browse files
committedOct 1, 2024
original
1 parent 59823d3 commit 320c6a1

File tree

378 files changed

+95300
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+95300
-12
lines changed
 

‎.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# text files must be lf for golden file tests to work
2+
* text=auto eol=lf

‎.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**/__pycache__/
2+
driver/
3+
playwright/driver/
4+
playwright.egg-info/
5+
build/
6+
dist/
7+
venv/
8+
.idea/
9+
**/*.pyc
10+
env/
11+
htmlcov/
12+
.coverage*
13+
.DS_Store
14+
.vscode/
15+
.eggs
16+
_repo_version.py
17+
coverage.xml
18+
junit/
19+
htmldocs/
20+
utils/docker/dist/
21+
Pipfile
22+
Pipfile.lock
23+
.venv/

0 commit comments

Comments
 (0)