ubva / .gitignore
sivakum4's picture
Add: HFToken
326a604
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
*.egg-info/
.installed.cfg
*.egg
*.whl
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Type checker caches
.mypy_cache/
.dmypy.json
.dmypy.json
.pyre/
.pyright/
# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# VSCode settings
.vscode/
# JetBrains IDE
.idea/
# macOS
.DS_Store
# Logs
*.log
# Environment variables
.env
# Jupyter
.ipynb_checkpoints/
# Docker
docker-compose.override.yml
*.dockerfile
# Node / frontend
node_modules/
dist/
build/
.next/
out/
# Yarn v2+
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# Caches
.cache/
# optionally Hugging Face cache directories
transformers_cache/
hf_cache/