Files
pydantic/.gitignore
T
Samuel Colvin c73bf444db improved issue templates (#4328)
* improved issue template and more

* tweak wording

* more tweaks

* more tweaks

* add Affected Components

* Update .github/ISSUE_TEMPLATE/bug.yml

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
2022-08-05 11:22:43 +00:00

36 lines
414 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
/worktrees/