Class_generator/.gitignore
StillHammer b004382cee Initial commit: Interactive English Learning Platform
- Complete SPA architecture with dynamic module loading
- 9 different educational games (whack-a-mole, memory, quiz, etc.)
- Rich content system supporting multimedia (audio, images, video)
- Chinese study mode with character recognition
- Adaptive game system based on available content
- Content types: vocabulary, grammar, poems, fill-blanks, corrections
- AI-powered text evaluation for open-ended answers
- Flexible content schema with backward compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:25:13 +08:00

110 lines
1.2 KiB
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.tgz
*.tar.gz
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Audio files (can be large)
audio/*.mp3
audio/*.wav
audio/*.ogg
audio/*.m4a
# Image files (can be large)
images/*.jpg
images/*.jpeg
images/*.png
images/*.gif
images/*.bmp
images/*.svg
# Video files
videos/*.mp4
videos/*.avi
videos/*.mov
videos/*.wmv
# Temporary files
tmp/
temp/
*.tmp
# Backup files
*.bak
*.backup
*.old
# Cache directories
.cache/
.parcel-cache/
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# ESLint cache
.eslintcache
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# User-specific content that shouldn't be shared
user-content/
personal-notes.txt
config/user-settings.json
# AI models and large datasets (if any)
models/
datasets/
*.model
*.dat