Cannot include .duplicacy directory into the backup

Duplicacy 2.7.2 (175ADB)

This is a Windows Machine
I am dealing with filters, my filter file is like this:
PS C:.duplicacy> type .\driveC.filter

+*.conf
+.duplicacy
+.duplicacy/
+.duplicacy/*
+.teste/
+.teste/*
+inetpub/
+inetpub/*
+Users/
-Users/*AppData*
+Users/*
-*

I have made a .teste directory and it works, had same permissions as .duplicacy, but the .duplicacy directory does not even show in the duplicacy backup command

Example:

PS C:\> duplicacy -d -log backup -enum-only | select-string 'duplicacy','teste'

2022-05-07 11:18:50.992 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS-SO_SSH_KEY_FILE
2022-05-07 11:18:50.992 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS_SO_SSH_KEY_FILE
2022-05-07 11:18:51.134 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS-SO_SSH_KEY_FILE
2022-05-07 11:18:51.134 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS_SO_SSH_KEY_FILE
2022-05-07 11:18:51.488 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS-SO_SSH_KEY_FILE
2022-05-07 11:18:51.490 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS_SO_SSH_KEY_FILE
2022-05-07 11:18:51.493 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS-SO_PASSWORD
2022-05-07 11:18:51.494 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS_SO_PASSWORD
2022-05-07 11:18:51.561 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS-SO_PASSWORD
2022-05-07 11:18:51.561 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_WINDOWS_SO_PASSWORD
2022-05-07 11:18:54.598 INFO SNAPSHOT_FILTER Parsing filter file C:\.duplicacy\driveC.filter
2022-05-07 11:18:54.599 TRACE SNAPSHOT_PATTERN Pattern: +.duplicacy
2022-05-07 11:18:54.599 TRACE SNAPSHOT_PATTERN Pattern: +.duplicacy/
2022-05-07 11:18:54.599 TRACE SNAPSHOT_PATTERN Pattern: +.duplicacy/*
2022-05-07 11:18:54.599 TRACE SNAPSHOT_PATTERN Pattern: +.teste/
2022-05-07 11:18:54.599 TRACE SNAPSHOT_PATTERN Pattern: +.teste/*
2022-05-07 11:18:54.599 DEBUG PATTERN_INCLUDE .teste/ is included by pattern +.teste/
2022-05-07 11:18:54.599 DEBUG LIST_ENTRIES Listing .teste/
2022-05-07 11:18:54.605 DEBUG PATTERN_INCLUDE .teste/teste1.log is included by pattern +.teste/*
2022-05-07 11:18:54.605 DEBUG PATTERN_INCLUDE .teste/teste2.log is included by pattern +.teste/*
2022-05-07 11:18:54.692 DEBUG PATTERN_INCLUDE Users/Administrator/Documents/duplicacy-c__/ is included by pattern +Users/*
2022-05-07 11:18:54.692 DEBUG LIST_ENTRIES Listing Users/Administrator/Documents/duplicacy-c__/
2022-05-07 11:18:54.692 DEBUG PATTERN_INCLUDE ```
Is this misconfig of my part ?

.duplicacy cannot be included — there would not be a point to. It is implicitly excluded.

Why would you want to include it?