File tree Expand file tree Collapse file tree
finecode_dev_common_preset
finecode_extension_runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ src/finecode/_version.py
99src /finecode.egg-info
1010
1111.venvs
12- finecode_dump_config /*
13- ! finecode_dump_config /pyproject.toml
12+ finecode_config_dump /
1413build /
Original file line number Diff line number Diff line change 11.venvs
2- * .egg-info
2+ src /* .egg-info
3+ __pycache__
4+ finecode_config_dump /
Original file line number Diff line number Diff line change 11.venvs
22build /
33src /* .egg-info /
4- __pycache__
4+ __pycache__
5+ finecode_config_dump /
Original file line number Diff line number Diff line change 1+ __pycache__
2+ .coverage
3+ .pytest_cache
4+ .mypy_cache
5+ dist
6+
7+ src /* .egg-info
8+
9+ .venvs
10+ finecode_config_dump /
11+ build /
Original file line number Diff line number Diff line change 11.venvs /
22* .egg-info
33build /
4- finecode_dump_config /*
5- ! finecode_dump_config /pyproject.toml
4+ finecode_config_dump /
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ __pycache__
66dist
77
88src /finecode_extension_runner /_version.py
9- src /finecode_extension_runner .egg-info
9+ src /* .egg-info
1010
1111.venvs
12- finecode_dump_config /*
13- ! finecode_dump_config /pyproject.toml
12+ finecode_config_dump /
1413build /
You can’t perform that action at this time.
0 commit comments