# bootstrapping our own dogfood
__pycache__/
*.py[cod]
.venv/
.venv*/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
*.egg-info/
.DS_Store

# Hatch build hook artifact (data/ gets copied here at build time).
packages/occam-gitignore-cli/src/occam_gitignore_cli/_data/

