ANLP_WS24_CA2/.gitignore

20 lines
227 B
Plaintext

# Ignore virtual environment directory
.venv/
# Ignore requirements file
reqs_venv.txt
# Ignore models directory
models/
# Ignore model file
*.h5
*.keras
*.pth
# Ignore plots directory
plots/
# Ignore plot file
*.png
*.jpg