# Normalize all text files to LF in the repository
* text=auto eol=lf

# Treat haconfig directory as binary (no merging)
tests/initial_test_state/** binary merge=ours

# Home Assistant database files should not be merged
*.db binary merge=ours
*.db-shm binary merge=ours 
*.db-wal binary merge=ours