sonar_core_1 / .gitignore
Vu Anh
Transform system card to model card format and enhance documentation
16e985c
raw
history blame contribute delete
644 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.manifest
*.spec
# Virtual Environment
.venv/
venv/
ENV/
env/
.env
# uv
.python-version
uv.lock
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Model files (keep sklearn_model.joblib for HF Hub)
*.pkl
*.pickle
*.h5
*.hdf5
*.pth
*.pt
*.onnx
# Data files
*.csv
*.tsv
*.json
*.xml
*.txt
data/
datasets/
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
# Documentation
docs/_build/
site/
# Claude
.claude/
sample_papers