# Autoconf/Automake build system
autom4te.cache
config.log
config.status
configure~
configure.ac~
Makefile

# Libtool artifacts
libtool
.libs
*.la
*.lo
*.loT
*.slo

# Compiled objects and shared libraries
*.o
*.so

# Python build and packaging
build
dist
*.egg-info
apxs_config.py

# Python bytecode
*.pyc
__pycache__

# Python virtual environments
.Python
venv
.venv
bin
include
lib

# Testing
.tox
.pytest_cache
httpd-test*
httpd-benchmark

# Documentation build output
docs/_build/

# Editor swap files
*.swp

# Third-party / vendored packages
src/packages

# Bundled Apache tools
apxs
