Added .DS_Store to the ignore list to prevent macOS temporary files from being tracked in the repository. This follows the existing pattern of ignoring Python cache files and results directories.
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
# Ignore results directory
|
|
/results/
|
|
|
|
**/__pycache__/
|
|
.DS_Store
|