# Local Docker/WordPress environment (not part of plugin repo) wordpress/ .automaker/ # Environment variables (sensitive credentials) .env **/.env # Database data data/db/ # Default WordPress themes (not part of our project) themes/twentytwenty*/ # Dependencies node_modules/ vendor/ composer.lock package-lock.json # Logs debug.log *.log # IDE and OS files .DS_Store .idea/ .vscode/ # Local helper scripts and logs plugins/FINAL_COMBINED_LOG.md plugins/RECOVERED_OPENCODE_CONVERSATION_LOG_* plugins/generate_posts*.php plugins/reconstruct_log.py plugins/index.php # WordPress uploads (user-generated content, not part of repo) uploads/ # Root WP-Content configs composer.json package.json !plugins/international-press-zone/admin/package.json !plugins/international-press-zone/tests/e2e/package.json !.dev-config/package.json !.dev-config/package-lock.json index.php languages/ # Git worktrees .worktrees/ # stray bytecode cache from an unexpanded PYTHONPYCACHEPREFIX (%h) %h/ # Local runtime verifier scratch .verify-scratch/