Helion-OSC / .gitignore
Trouter-Library's picture
Create .gitignore
3feb967 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
# PyTorch
*.pth
*.pt
*.ckpt
# Virtual environments
venv/
ENV/
env/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Model files (too large for git)
*.safetensors
*.bin
*.h5
*.onnx
# Logs
logs/
*.log
wandb/
tensorboard/
*.tfevents*
# Evaluation results
evaluation_results/
benchmark_results/
outputs/
# Cache
.cache/
cache/
__pycache__/
*.pyc
# Hugging Face
.huggingface/
hf_cache/
# Offload
offload/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temporary files
tmp/
temp/
*.tmp
# Compiled files
*.o
*.a
*.lib
*.dll
*.exe
# Documentation builds
docs/_build/
site/
# Environment variables
.env
.env.local
# Large files
*.tar
*.tar.gz
*.zip
*.7z
# Safetensors shards (handled separately)
# model-*.safetensors