ielts-grader-api / .gitignore
diminch's picture
Deploy V15 Clean (Removed binary files history)
d939bae
raw
history blame contribute delete
386 Bytes
# File .gitignore
*.mp3
*.wav
*.m4a
data/
# Môi trường ảo
venv/
# Python cache
__pycache__/
*.pyc
.cache/
# File hệ điều hành
.DS_Store
Thumbs.db
# File IDE
.vscode/
.idea/
# File dữ liệu local và model đã huấn luyện
# (Chúng ta chỉ push code, không push data/model nặng)
*.json
*.csv
best_model/
ielts_grader_model/
# File .env (chứa API keys)
.env