{"id":23557710,"url":"https://github.com/legopitstop/gitfiles","last_synced_at":"2026-02-07T21:31:27.655Z","repository":{"id":268655473,"uuid":"905070184","full_name":"legopitstop/gitfiles","owner":"legopitstop","description":"Load, filter and match .gitignore files.","archived":false,"fork":false,"pushed_at":"2024-12-18T05:33:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T02:30:28.040Z","etag":null,"topics":["gitfiles","github","gitignore","ignore","pypi","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gitfiles/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/legopitstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":"Legopitstop","open_collective":null,"ko_fi":"legopitstop","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-12-18T05:20:48.000Z","updated_at":"2024-12-31T00:06:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd987b9e-7a96-4662-8c26-43420ad66fc1","html_url":"https://github.com/legopitstop/gitfiles","commit_stats":null,"previous_names":["legopitstop/gitfiles"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/legopitstop/gitfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/gitfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitfiles","github","gitignore","ignore","pypi","python"],"created_at":"2024-12-26T15:16:19.197Z","updated_at":"2026-02-07T21:31:27.650Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# gitfiles\n\n[![PyPI](https://img.shields.io/pypi/v/gitfiles)](https://pypi.org/project/gitfiles/)\n[![Python](https://img.shields.io/pypi/pyversions/gitfiles)](https://www.python.org/downloads//)\n![Downloads](https://img.shields.io/pypi/dm/gitfiles)\n![Status](https://img.shields.io/pypi/status/gitfiles)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![Issues](https://img.shields.io/github/issues/legopitstop/gitfiles)](https://github.com/legopitstop/gitfiles/issues)\n\nLoad, filter and match `.gitignore` files.\n\n## Installation\n\nInstall the module with pip:\n\n```bat\npip3 install gitfiles\n```\n\nUpdate existing installation: `pip3 install gitfiles --upgrade`\n\n## Examples\n\n```Python\nimport gitfiles\n\nprint(gitfiles.match('file.so'))\n```\n\n```Python\nimport gitfiles\n\nfiles = [\n    '.venv',\n    '.env',\n    'app.py'\n]\nprint(gitfiles.filter(files))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgitfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fgitfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgitfiles/lists"}