Skip to content

Commit a6b3b21

Browse files
tidying up
1 parent 17b3824 commit a6b3b21

29 files changed

+1759
-288
lines changed

.ls-lint.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
ls:
2+
.dir: snake_case
3+
.*: snake_case
4+
.md: snake_case | regex:[0-9A-Z\-]+
5+
.txt: snake_case
6+
.yml: snake_case
7+
8+
ignore:
9+
- .git
10+
- .github
11+
- .vscode
12+
- venv
13+
- .venv
14+
- .ruff_cache
15+
- .pytest_cache
16+
- __pycache__

.markdownlint.jsonc

-248
This file was deleted.

.prettierrc.json

-13
This file was deleted.

.vscode/launch.json

-21
This file was deleted.

0 commit comments

Comments
 (0)