31 lines
358 B
Plaintext
31 lines
358 B
Plaintext
# Byte-compiled
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Virtual environment
|
|
lab3_venv/
|
|
|
|
# Swarm infrastructure
|
|
.opencode/
|
|
.swarm/
|
|
|
|
# Model weights (large, re-downloadable)
|
|
rife_model/flownet.pkl
|
|
train_log/
|
|
train_log_hd/
|
|
|
|
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.bbl
|
|
*.blg
|
|
missfont.log
|
|
|
|
# Temp / generated
|
|
lab3_rife_executed.ipynb
|
|
lab3_rife_script.txt
|