# Exclude development files from GitHub Archive/Zip exports
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
package.json export-ignore
package-lock.json export-ignore
src export-ignore
test-urls.php export-ignore
README.md export-ignore
implementation_plan.md export-ignore
task.md export-ignore
walkthrough.md export-ignore

# Ensure line endings are consistent
*.php text eol=lf
*.js text eol=lf
*.css text eol=lf
