File tree Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Original file line number Diff line number Diff line change 1
- /.idea /
2
- /.vscode /
3
- /env /
4
- /env * /
5
- .python-version
6
1
* .py [cod ]
7
2
* .egg-info /
3
+
4
+ .coverage
5
+ .python-version
6
+ package-lock.json
7
+ test.py
8
+
9
+ .cache /
10
+ .hypothesis /
8
11
build /
9
12
dist /
10
- .cache /
11
- test.py
12
- .coverage
13
- htmlcov /
14
13
docs /_build /
14
+ htmlcov /
15
+ node_modules /
16
+
17
+ /.benchmarks /
18
+ /.idea /
15
19
/.pytest_cache /
20
+ /.vscode /
21
+ /env * /
22
+ /env /
23
+ /flame /
24
+ /pytest-speed /
16
25
/sandbox /
17
- /foobar.py
18
- /pydantic_core /* .so
19
- /target /
20
- /site /
21
26
/sandbox /
27
+ /site /
28
+ /target /
29
+ /worktree /
30
+
22
31
/.editorconfig
32
+ /.pdm-python
23
33
/* .lcov
24
- /* .profraw
25
34
/* .profdata
26
- /flame /
27
- /.benchmarks /
28
- .hypothesis /
29
- node_modules /
30
- package-lock.json
31
- /pytest-speed /
35
+ /* .profraw
36
+ /foobar.py
37
+ /pydantic_core /* .so
32
38
/src /self_schema.py
33
- /worktree /
You can’t perform that action at this time.
0 commit comments