# Reused from Butterfly Button (upstream project author: CAVO).
# Modified for BotMe AI by BotMe AI, current maintainer, on 2026-09-18:
# retain license notices, source, vendored code and build/installation inputs.
# GPL-2.0-or-later; see LICENSE.txt and NOTICE.txt.
# These are rsync exclude patterns, not gitignore rules: no ! exceptions.
# Do not exclude LICENSE.txt, NOTICE.txt, source, build inputs or license files.
# Only development/local files are excluded below.

# Repo junk
.git
.gitignore
.gitattributes

# Local secrets
.env
.env*

# WP core or site
wp-admin/
wp-includes/
wp-content/themes/
wp-content/uploads/
wp-config.php

# Dependency cache / generated metadata
node_modules/
*.log
*.tsbuildinfo

# Tests & tooling
tests/
phpunit.xml*
phpcs.xml*
.editorconfig
.eslint*
.prettier*
