smollm2 / .gitignore
Vibi007's picture
updated gitignore
bdcd6d0
raw
history blame contribute delete
797 Bytes
# 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
# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Training artifacts
checkpoints/
runs/
logs/
*.ckpt
*.pt
*.pth
wandb/
lightning_logs/
final_model/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/
*.ipynb
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
*.logs
log.txt
logs.txt
# Data
data/
datasets/
*.csv
*.h5
*.pkl
*.npz
# Environment
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
# Misc
*.bak
*.tmp
*.temp
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/