-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
53 lines (45 loc) · 1.09 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
* text=auto
# AnyBody files
# ============
*.any text
*.anysurf3 binary
*.anysurf4 binary
*.md linguist-detectable
# Source files
# ============
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python
# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary export-ignore
*.pyo binary export-ignore
*.pyd binary
# Jupyter notebook
*.ipynb text eol=lf
# Export ignored files files
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.github export-ignore
.vscode export-ignore
.devcontainer export-ignore
test_*.any export-ignore
pytest.ini export-ignore
Body/AAUHuman/BuildTools export-ignore
Tests export-ignore
Docs export-ignore
Body\AAUHuman\BodyModels\GenericBodyModel\ammr-beta.any export-ignore
Body\AAUHuman\BodyModels\GenericBodyModel\git_info.py export-ignore
CHANGELOG.md export-ignore
pixi.lock linguist-language=YAML export-ignore
pixi.toml export-ignore
.editorconfig export-ignore