-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
85 lines (84 loc) · 1.47 KB
/
.gitignore
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.7zip
*.a
*.bak
build/
_build/
build/
*.bz
*.bz2
*.conda
*.core
*.coverage
*.css
*.csv
*.dat
*.db
dist/
*.dll
*.doc
*.docx
*.docm
downloads/
.DS_Store
*.dylib
*.egg-info/
*.env
*.exe
*.feather
*.html
htmlcov/
.idea/
*.js
*.json
*.lzma
.mypy_cache/
*.npy
*.o
*.pdf
*.pem
*.ppt
*.pptx
*.pptm
*.pq
*.pub
*.pyc
__pycache__/
.pytest_cache/
*.rda
*.rds
*.Rdata
*.rsa
.ruff_cache/
scratch.md
_skbuild/
smoke-tests/
*.snappy-*.tar.gz
*.so
*.sqlite
*.tar.gz
*.tgz
*.tmp
tmp-dir/
wheels/
*.whl
*.xls
*.xlsx
*.xlsm
*.zip
*.zstd
# exclusions
!tests/data/osx-64-baseballmetrics-0.1.0-0.conda
!tests/data/osx-64-baseballmetrics-0.1.0-0.tar.bz2
!tests/data/baseballmetrics-0.1.0-py3-none-macosx_10_15_x86_64.macosx_11_6_x86_64.macosx_12_5_x86_64.whl
!tests/data/baseballmetrics-0.1.0-py3-none-manylinux_2_28_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.whl
!tests/data/debug-baseballmetrics-0.1.0-macosx-wheel.tar.bz2
!tests/data/debug-baseballmetrics-0.1.0-macosx-wheel.tar.gz
!tests/data/debug-baseballmetrics-0.1.0-py3-none-macosx_10_15_x86_64.macosx_11_6_x86_64.macosx_12_5_x86_64.whl
!tests/data/debug-baseballmetrics-py3-none-manylinux_2_28_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.whl
!tests/data/osx-64-debug-baseballmetrics-0.1.0-0.conda
!tests/data/osx-64-debug-baseballmetrics-0.1.0-0.tar.bz2
!tests/data/base-package-0.1.0.tar.gz
!tests/data/base-package-0.1.0.zip
!tests/data/lightgbm-3.3.5-py3-none-win_amd64.whl
!tests/data/problematic-package-0.1.0.tar.gz
!tests/data/problematic-package-0.1.0.zip