Skip to content

Commit 49f61cd

Browse files
committed
chore: add uv.lock to project structure docs
1 parent ee8bfa5 commit 49f61cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ All dependencies and tools are defined in `pyproject.toml` for deterministic env
5555
├── .pre-commit-config.yaml # Pre-commit hooks configuration
5656
├── main.py # Main script to manage tasks and run solutions
5757
├── pyproject.toml # Project dependencies and configuration
58-
└── README.md
58+
├── README.md
59+
└── uv.lock
5960
```
6061

6162
- `aoc/`: Auth, input reading, submission, test/utility modules.

0 commit comments

Comments
 (0)