diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b44106 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore build outputs in host directories +host/*/*.html +host/*/*.png +host/*/*.pdf +host/*/from_client/ + +# Temporary files +*.tmp +tmp*/ + +# OS and editor files +.DS_Store +Thumbs.db +*~ +*.swp