401c879ffd
Auto-complete EF English courses with JWT token authentication. Supports multiple task types: multiple-choice, gapfill, matching, flashcards, speaking-practice, text-highlights, sequencing, media-with-time-markers, language-focus. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
21 lines
139 B
Plaintext
21 lines
139 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Environment
|
|
.env
|
|
venv/
|
|
.venv/
|
|
|
|
# Token
|
|
token.txt
|
|
|
|
# OS
|
|
.DS_Store
|