Clean artifacts and update example pipeline
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python envs
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Datasets and large artifacts
|
||||
dataset/
|
||||
*.pcap
|
||||
*.pcapng
|
||||
*.gz
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
|
||||
# Model artifacts and results
|
||||
mask-ddpm/example/results/
|
||||
*.pt
|
||||
*.pth
|
||||
*.ckpt
|
||||
*.png
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user