Darveht's picture
Upload .gitignore with huggingface_hub
4d78caa verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Cache
.cache/
*.cache
.pytest_cache/
# Temporary files
*.tmp
*.temp
/tmp/
temp/
# Model files (will be downloaded)
models/
cache/
.zenvision/
# Environment variables
.env
.env.local
.env.production
# Jupyter
.ipynb_checkpoints/
# Coverage
.coverage
htmlcov/
# Testing
.tox/
.pytest_cache/