mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
86c54977b9
Co-authored-by: Cédric Deltheil <cedric@deltheil.me> Co-authored-by: Pierre Chapuis <git@catwell.info>
35 lines
367 B
Plaintext
35 lines
367 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
|