BitLinear / .gitignore
krisaujla's picture
Upload folder using huggingface_hub
fd8c8b9 verified
# Following is AI-generated
# 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
# PyTorch
*.pth
*.pt
*.ckpt
# Jupyter Notebook
.ipynb_checkpoints
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Documentation
docs/_build/
# C++ build artifacts
*.o
*.cu.o
*.a
# CUDA
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin