pf-depth / .gitignore
jay208's picture
1.0.0
eae62a9
raw
history blame contribute delete
601 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyTorch
*.pth
*.pt
checkpoints/
*.ckpt
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Logs
*.log
logs/
# Hugging Face cache
.cache/
hub/
# Model files
*.bin
*.safetensors
model/
models/