Files
pydantic/.gitignore
T
Samuel Colvin df8b2e100f Combine dependabot prs (#3969)
* allow combining of dependabot PRs

* add combine-dependabot.yml
2022-04-02 13:44:30 +01:00

35 lines
402 B
Plaintext

.idea/
env/
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/
/site/
/site.zip
.pytest_cache/
.vscode/
_build/
pydantic/*.c
pydantic/*.so
.auto-format
/sandbox/
/.ghtopdep_cache/
/fastapi/
/codecov.sh