init commit
This commit is contained in:
72
.gitignore
vendored
Normal file
72
.gitignore
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user