.deps
.libs

*.o
*.plist
*.in
!packaging/iprange.spec.in
*~
*.1

Makefile
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1

# The released C executable builds to ./iprange at the repository root;
# the anchors keep generated build binaries ignored without hiding the
# pure-Go product executable source under v4/go/cmd/iprange/.
/iprange
iprange.spec
packaging/iprange.spec

*.tar.gz
*.tar.bz2
*.tar.xz

/.reasonix/

# Python (v4/cli qualification suite) bytecode caches
__pycache__/

# Rust / Go workspaces
v4/rust/target/
v4/go/bin/

# Go bench/worker binaries (built locally; never committed)
v4/go/genprobe
v4/go/iprange-v4-bench
v4/go/cmd/iprange-v4-bench/iprange-v4-bench
v4/go/cmd/iprange-v4-bench/iprange-v4-worker

# Local generated build trees and test executables
/build-*/
/src/.dirstamp
/v4/go/*.test
/local-build-objects.stamp

# Reviewer sandboxes and local review material (never committed)
/.local/
/v4/go/.local/
