refiners/.gitignore
2023-08-25 16:37:50 +02:00

32 lines
331 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