# Ignore localhost URLs
http://localhost:*
https://localhost:*
127.0.0.1:*

# Ignore internal network URLs
http://192.168.*
http://10.*

# Ignore GitHub edit URLs
github.com/*edit*
github.com/*blob*
github.com/*tree*

# Ignore anchor links
#*

# Ignore relative markdown links
*.md
*.md#*

# Ignore API endpoints
/api/*
/v1/*

# Ignore placeholder URLs
example.com
example.org
your-domain.com
