mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
a57346ac49
* WIP to move to ruff for linting * add extend-select, fix string
40 lines
489 B
Plaintext
40 lines
489 B
Plaintext
.idea/
|
|
env/
|
|
venv/
|
|
.venv/
|
|
env3*/
|
|
Pipfile
|
|
*.lock
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.python-version
|
|
/build/
|
|
dist/
|
|
.cache/
|
|
.mypy_cache/
|
|
test.py
|
|
.coverage
|
|
.hypothesis
|
|
/htmlcov/
|
|
/benchmarks/*.json
|
|
/docs/.changelog.md
|
|
/docs/.version.md
|
|
/docs/.tmp_schema_mappings.html
|
|
/docs/.tmp_examples/
|
|
/docs/.tmp-projections/
|
|
/docs/usage/.tmp-projections/
|
|
/site/
|
|
/site.zip
|
|
.pytest_cache/
|
|
.vscode/
|
|
_build/
|
|
pydantic/*.c
|
|
pydantic/*.so
|
|
.auto-format
|
|
/sandbox/
|
|
/.ghtopdep_cache/
|
|
/fastapi/
|
|
/codecov.sh
|
|
/worktrees/
|
|
/.ruff_cache/
|