Skip to content

Commit 52b5064

Browse files
committed
fix: update file and folder structure
1 parent 0c7f0df commit 52b5064

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,20 @@ All configuration is managed in the `scarleet.toml` file, which is created by th
108108

109109
## File & Folder Structure
110110

111+
```
111112
.
112113
├── scarleet.toml # Global configuration for the tool
113114
├── main.py # The CLI entrypoint
114115
├── commands/ # Logic for each CLI command
115116
├── core/ # Core logic for Anki, SLM, and LeetCode API
116117
├── problems/
117-
│ ├── README.md # Auto-generated progress summary
118-
│ └── 1-two-sum/
119-
│ ├── metadata.json
120-
│ ├── solution.py
121-
│ └── README.md # Auto-generated documentation
122-
118+
│ ├── ... # One folder per problem, each with solution and docs
119+
│ └── README.md # Auto-generated progress summary
123120
└── .scarleet/
124-
└── lists/ # JSON files for Blind 75, NeetCode 150, etc.
121+
└── lists/
122+
├── blind75.json # Blind 75 list
123+
└── neetcode150.json # NeetCode 150 list
124+
```
125125
126126
## Contributing & Support
127127

0 commit comments

Comments
 (0)