Nattapong Tapachoom
Add .gitignore file and update requirements.txt with additional dependencies
ac711d6
# Python | |
__pycache__/ | |
*.py[cod] | |
*.pyo | |
*.pyd | |
*.pyc | |
*.ipynb_checkpoints | |
# VSCode | |
.vscode/ | |
.history/ | |
# Data & Output | |
*.csv | |
*.jsonl | |
*.hf_dataset | |
output_*/ | |
*.arrow | |
*.parquet | |
# Environment | |
.env | |
.venv/ | |
env/ | |
venv/ | |
*.egg-info/ | |
# OS | |
.DS_Store | |
Thumbs.db | |
# Others | |
*.log |