Clean artifacts and update example pipeline

This commit is contained in:
2026-01-22 16:32:51 +08:00
parent c0639386be
commit c3f750cd9d
20 changed files with 651 additions and 30826 deletions

31
.gitignore vendored Normal file
View 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