73 lines
619 B
Plaintext
73 lines
619 B
Plaintext
# Model files (large)
|
|
*.pt
|
|
*.pth
|
|
*.ckpt
|
|
*.h5
|
|
*.pb
|
|
*.onnx
|
|
*.tflite
|
|
|
|
# Results and output directories
|
|
results/
|
|
outputs/
|
|
checkpoints/
|
|
weights/
|
|
*.pkl
|
|
*.pickle
|
|
|
|
# Data directories
|
|
dataset/
|
|
data/
|
|
datasets/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.venv
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb_checkpoints/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
tensorboard_logs/
|
|
events.out.tfevents.*
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
.pytest_cache/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
|