12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.env
|
|
venv/
|
|
.DS_Store
|
|
|
|
# Snapshots und Modelle
|
|
snapshots/*.jpg
|
|
snapshots/*.png
|
|
models/*.pt
|
|
!models/.gitkeep
|