cloze-reader / .dockerignore
milwright's picture
fix: clean up AI response processing and improve UI
b451c6e
# Node modules
node_modules/
npm-debug.log*
yarn-debug.log*
# Git
.git/
.gitignore
# Environment files
.env
.env.*
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
.aider*
# Documentation
*.md
!README.md
# Planning documents
*_PLAN.md
IMPLEMENTATION_*.md
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Coverage
coverage/
.nyc_output/
# Build artifacts
dist/
build/