From 702cee0e15b36917ea2cbe1d9df89290c8221929 Mon Sep 17 00:00:00 2001 From: emergent-agent-e1 Date: Wed, 29 Apr 2026 15:27:00 +0000 Subject: [PATCH] auto-commit for 5f579f93-4e2e-4b01-a444-478762fe2864 --- .gitignore | 132 +++++++++++++++++-------------------- memory/test_credentials.md | 11 ++++ 2 files changed, 71 insertions(+), 72 deletions(-) create mode 100644 memory/test_credentials.md diff --git a/.gitignore b/.gitignore index 267ee1f..81bbf0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,82 +1,70 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# IDE and editors -.idea/ -.vscode/ - -# Dependencies -node_modules/ -/node_modules -/.pnp -.pnp.js -.yarn/install-state.gz -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/versions - -# Testing -/coverage - -# Next.js -/.next/ -/out/ -next-env.d.ts -*.tsbuildinfo - -# Production builds -/build -dist/ -dist - -# Environment files (comprehensive coverage) - -*token.json* -*credentials.json* - -# Logs and debug files -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnpm-debug.log* -dump.rdb - -# System files -.DS_Store +# --- Secrets / env --- +# (Keep these locally, NEVER commit) +.env +.env.local +.env.*.local +backend/.env +frontend/.env *.pem +*.key -# Python +# --- Media / user uploads --- +backend/media/ +media/ +*.mp4 +*.mkv +*.mov +*.avi +*.webm +*.m4v + +# --- Python --- __pycache__/ -*pyc* -venv/ +*.py[cod] +*$py.class +*.so +.Python +*.egg +*.egg-info/ +.eggs/ +build/ +dist/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage .venv/ +venv/ +env/ -# Development tools -chainlit.md -.chainlit -.ipynb_checkpoints/ -.ac +# --- Node / Frontend --- +node_modules/ +frontend/node_modules/ +frontend/build/ +frontend/.cache/ +.npm +.yarn-cache/ +yarn-error.log +npm-debug.log* -# Deployment -.vercel +# --- IDE / OS --- +.vscode/ +.idea/ +*.swp +*.swo +.DS_Store +Thumbs.db -# Data and databases -agenthub/agents/youtube/db +# --- Logs --- +logs/ +*.log -# Archive files and large assets -**/*.zip -**/*.tar.gz -**/*.tar -**/*.tgz -*.pack -*.deb -*.dylib +# --- Test reports / agent runtime --- +test_reports/ +.emergent/ +tests/__pycache__/ -# Build caches +# --- Misc --- +*.bak +*.tmp .cache/ - -memory/test_credentials.md - -# Mobile development -android-sdk/ \ No newline at end of file diff --git a/memory/test_credentials.md b/memory/test_credentials.md new file mode 100644 index 0000000..fdb49d2 --- /dev/null +++ b/memory/test_credentials.md @@ -0,0 +1,11 @@ +# Test Credentials + +## Admin (seeded automatically on backend startup) +- Email: `admin@kino.local` +- Password: `kino-admin-2026` +- Role: admin + +## Test User (you can register one via the UI) +- Email: `test@kino.local` +- Password: `testuser123` +- Role: member