mirror of
https://github.com/myronblair/kino
synced 2026-06-30 17:50:29 -05:00
auto-commit for 5f579f93-4e2e-4b01-a444-478762fe2864
This commit is contained in:
+60
-72
@@ -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/
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user