-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitattributes
35 lines (24 loc) · 894 Bytes
/
.gitattributes
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
31
32
33
34
35
# Files
.gitignore export-ignore
.gitattributes export-ignore
.pylintrc export-ignore
.python-version export-ignore
.deepsource.toml export-ignore
.pre-commit-config.yaml export-ignore
poetry.toml export-ignore
*.lock export-ignore
tox.ini export-ignore
.coverage* export-ignore
coverage* export-ignore
README.html export-ignore
CHANGELOG.md export-ignore
# Directories
.github export-ignore
.githooks export-ignore
.vscode export-ignore
images export-ignore
scripts export-ignore
tests export-ignore
# Source files
* text=auto
*.py text diff=python