refiners/.gitignore
limiteinductive 86c54977b9 replace poetry by rye for python dependency management
Co-authored-by: Cédric Deltheil <cedric@deltheil.me>
Co-authored-by: Pierre Chapuis <git@catwell.info>
2023-12-08 17:40:10 +01:00

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