Files
EFAuto/.gitignore
T
cat-shark 401c879ffd Initial commit: EF course autopilot tool
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>
2026-05-20 22:11:48 +08:00

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