.git .gitignore .gitattributes .idea .vscode .vscode-test .gradle .gradle/ *.DS_Store Thumbs.db *.iml *.log *.swp *.swo *~ *.pid .env .env.local .mvn/wrapper/maven-wrapper.jar .mvn/wrapper/maven-wrapper.properties mvnw mvnw.cmd mvnw.sh *.sh *.ps1 README.md *.md !ESSENTIAL.md docs/ tests/ conf/ tools/ __pycache__/ .pytest_cache/ .coverage .nyc_output/ .next/ .nuxt/ dist/ venv/ .venv/ env/ build/ .tox/ .cache/ .pytest_cache/ Jenkins/ k8s/ .k8s/ helm/ .helm/ test-results/ *.bak *.orig *.rej .git/hooks .github/