pydantic model generator for atproto lexicons
1__pycache__/
2*.py[cod]
3*$py.class
4*.so
5.Python
6build/
7develop-eggs/
8dist/
9downloads/
10eggs/
11.eggs/
12lib/
13lib64/
14parts/
15sdist/
16var/
17wheels/
18*.egg-info/
19.installed.cfg
20*.egg
21.venv/
22venv/
23ENV/
24.env
25*.env
26.pytest_cache/
27.coverage
28htmlcov/
29.mypy_cache/
30.ruff_cache/
31.ty_cache/
32
33# rust
34target/