# Ignore node_modules directory
node_modules/

# Ignore build directory
build/

# Ignore .DS_Store file
.DS_Store

# Ignore .env file
.env