# grepai ignore patterns
# Files excluded from semantic code search

# Test fixtures (data files, not code)
tests/fixtures/

# Build and cache artifacts
*.egg-info/
dist/
build/
.ruff_cache/
.mypy_cache/
.pytest_cache/
htmlcov/

# Lock files and generated manifests
uv.lock
*.lock

# Documentation build output
site/
docs/_build/

# Context/planning files (useful for humans, not for code search)
context/shared/plans/
context/shared/known-issues/

# Large binary or data files
*.parquet
*.tif
*.tiff
*.geojson
*.shp
*.gpkg
*.pmtiles

# Vendored dependencies
vendor/
