/
githubmirror
/
pandas
Обзор
Документация
Войти
/
githubmirror
/
pandas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitattributes
85 строк
2 KB
Matthew Roeschke
CLN: Remove typings/ directory (#66505)
28 июл 2026, 23:57
Не верифицирован
28 июл 2026, 23:57
a8386ff
Код
Авторство
О чём код?
* text=auto # enforce text on certain files *.py text *.pyx text *.pyd text *.c text *.h text *.html text *.csv text *.json text *.pickle binary *.h5 binary *.dta binary *.xls binary *.xlsx binary *.bz2 export-ignore *.csv export-ignore *.data export-ignore *.dta export-ignore *.feather export-ignore *.tar export-ignore *.gz export-ignore *.h5 export-ignore *.html export-ignore *.json export-ignore *.jsonl export-ignore *.kml export-ignore *.msgpack export-ignore *.pdf export-ignore *.parquet export-ignore *.pickle export-ignore *.pkl export-ignore *.png export-ignore *.pptx export-ignore *.ods export-ignore *.odt export-ignore *.orc export-ignore *.sas7bdat export-ignore *.sav export-ignore *.so export-ignore *.txt export-ignore *.xls export-ignore *.xlsb export-ignore *.xlsm export-ignore *.xlsx export-ignore *.xpt export-ignore *.cpt export-ignore *.xml export-ignore *.xsl export-ignore *.xz export-ignore *.zip export-ignore *.zst export-ignore *~ export-ignore .DS_Store export-ignore .git* export-ignore *.py[ocd] export-ignore *.pxi export-ignore # Ignoring stuff from the top level .github export-ignore .pre-commit-config.yaml export-ignore AGENTS.md export-ignore asv_bench export-ignore ci export-ignore doc export-ignore MANIFEST.in export-ignore pixi.lock export-ignore pixi.toml export-ignore scripts/** export-ignore web export-ignore CITATION.cff export-ignore codecov.yml export-ignore environment.yml export-ignore # GH 39321 # csv_dir_path fixture checks the existence of the directory # exclude the whole directory to avoid running related tests in sdist pandas/tests/io/parser/data export-ignore # Include cibw script in sdist since it's needed for building wheels scripts/cibw_before_build.sh -export-ignore