+++ /dev/null
-# Python environment / caches
-.venv/
-.env
-__pycache__/
-*.pyc
-.pytest_cache/
-.ruff_cache/
-
-# C-module build artifacts (regenerated by apxs at run time)
-c-modules/apache_httpd_test.h
-c-modules/Makefile
-c-modules/*/.libs/
-c-modules/*/Makefile
-c-modules/*/*.slo
-c-modules/*/*.lo
-c-modules/*/*.la
-c-modules/*/*.o
-
-# Generated httpd config (produced from t/conf/*.conf.in at run time)
-t/conf/*.conf
-t/conf/mime.types
-t/conf/cacheroot/
-t/conf/apache_test_config.pm
-
-# Generated SSL CA / certs and passphrase helper
-t/conf/ssl/ca/
-t/conf/ssl/*.conf
-t/conf/ssl/*.pl
-
-# Generated helper scripts (produced from t/htdocs/**/*.PL at run time)
-t/htdocs/**/*.pl
-t/htdocs/modules/access/htaccess/.htaccess
-
-# Runtime state / logs (server pid, error_log, cgid socket, php-fpm, ...)
-t/logs/
-t/state/
-t/php-fpm/log/
-t/php-fpm/run/
-t/php-fpm/var/