ANLP_WS24_CA2/.gitignore

26 lines
324 B
Plaintext

# Ignore pycache directory
__pycache__/
# 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
# Ignore everything with delete_me in name
*delete_me*