-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (30 loc) · 754 Bytes
/
.gitattributes
File metadata and controls
30 lines (30 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*.dist-info/ export-ignore
*.pyi export-ignore
.dependabot export-ignore
.editorconfig export-ignore
.flake8 export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.markdownlint.yaml export-ignore
.style.yapf export-ignore
.travis.yml export-ignore
cliff.toml export-ignore
codecov.yml export-ignore
docs/ export-ignore
Makefile export-ignore
Makefile.* export-ignore
mkdocs.yml export-ignore
mypy.ini export-ignore
py.typed export-ignore
pyproject.toml export-ignore
pyrightconfig.json export-ignore
renovate.json export-ignore
scripts/ export-ignore
stubs/ export-ignore
tests/ export-ignore
tox.ini export-ignore
typings/ export-ignore
unittesting.json export-ignore
uv.lock export-ignore