32 lines
No EOL
238 B
Text
32 lines
No EOL
238 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.venv/
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
|
|
# Project specific
|
|
outputs/
|
|
data/
|
|
*.log
|
|
wandb/
|
|
.ipynb_checkpoints/
|
|
*.pt
|
|
*.pth
|
|
*.bin
|
|
*.safetensors
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~ |