whisperkit-benchmarks / .gitignore
ardaatahan's picture
add new data and fix toggle and spelling issues
88f77e2
raw
history blame
624 Bytes
# OS generated files
.DS_Store
Thumbs.db
# Environment files
*.env
.env
# Python virtual environment
venv/
env/
*.pyc
__pycache__/
# Hugging Face related
.huggingface
# Project specific
argmaxinc/
table_data.json
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# Gradio temporary files
gradio_cached_examples/
# Logs
*.log
# Dependency directories
node_modules/
# Distribution / packaging
dist/
build/
*.egg-info/
# Temporary files
*.tmp
*.bak
*.swp
# Dataset files (if you don't want to track them)
*.jsonl
# Model files (if you don't want to track them)
*.pth
*.h5
*.ckpt
.gradio/