meta_hackathon / .gitignore
afroimam's picture
Upload folder using huggingface_hub
1395b2e verified
# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
# Virtual environments
.venv/
venv/
# Build artifacts
build/
dist/
*.egg-info/
# OS/editor
.DS_Store
.vscode/
.idea/
# Runtime artifacts
*.log
scores/