# Go build artifacts (INCLUDE ALL for cross-platform support)
# These are required for postinstall to work
!doc-fetch_linux_amd64
!doc-fetch_darwin_amd64
!doc-fetch_darwin_arm64
!doc-fetch_windows_amd64.exe

# Python package files
dist/
build/
*.egg-info/
doc_fetch/
setup.py
pyproject.toml

# Development files
*.go
cmd/
pkg/
internal/

# Documentation (keep README)
CONTRIBUTING.md
SECURITY.md
docs/
examples/

# Git files
.git/
.gitignore

# Test files
*_test.go

# Misc
go.sum
