mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 11:39:39 +02:00
All standalone SvelteKit web apps have been superseded by the unified ManaCore app (apps/manacore/apps/web). Moved to web-archived/ within each project to preserve history while removing from active workspace. Archived: calc, cards, chat, citycorners, contacts, context, guides, inventar, moodlit, mukke, news, nutriphi, photos, picture, planta, presi, questions, skilltree, storage, times, zitare, todo, calendar, uload, memoro Moved to apps-archived/: wisekeep (not integrated, inactive) Kept active: manacore (unified), matrix, manavoxel, arcade (separate containers) Server, landing, and package directories remain active for each project. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
53 lines
512 B
Text
53 lines
512 B
Text
# Python (legacy)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Data (transcripts, playlists)
|
|
data/
|
|
|
|
# Node
|
|
node_modules/
|
|
.npm
|
|
dist/
|
|
build/
|
|
.astro/
|
|
.svelte-kit/
|
|
.turbo/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
apps/*/dist/
|
|
apps/*/.astro/
|
|
apps/*/.svelte-kit/
|
|
|
|
# Expo
|
|
apps/mobile/.expo/
|
|
apps/mobile/ios/
|
|
apps/mobile/android/
|
|
|
|
# Legacy
|
|
legacy/venv/
|
|
legacy/__pycache__/
|