# 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

# INCLUDE all platform binaries (must be after exclusions)
!doc-fetch
!doc-fetch.exe
!doc-fetch_linux_amd64
!doc-fetch_darwin_amd64
!doc-fetch_darwin_arm64
!doc-fetch_windows_amd64.exe
