mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
40 lines
413 B
Plaintext
40 lines
413 B
Plaintext
# compilation and distribution
|
|
__pycache__/
|
|
*.py[cod]
|
|
dist/
|
|
|
|
# virtual environments
|
|
venv/
|
|
|
|
# unit tests
|
|
.pytest_cache/
|
|
|
|
# tests' model weights
|
|
tests/weights/
|
|
|
|
# ruff
|
|
.ruff_cache
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# Weights & Biases (offline trainings)
|
|
wandb/
|
|
|
|
# macos
|
|
.DS_Store
|
|
|
|
# model weights
|
|
*.safetensors
|
|
|
|
# env variable definitions file
|
|
.env
|
|
|
|
# lock files
|
|
requirements-dev.lock
|
|
|
|
# coverage.py
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|