This is an automated email from the ASF dual-hosted git repository. github-actions[bot] pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/celeborn-website.git
commit f74027eac5077efe97f4df67675f31c0280a741c Author: Celeborn <[email protected]> AuthorDate: Fri Aug 7 01:40:17 2026 +0000 gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d660690fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*#*# +*.#* +*.iml +*.ipr +*.iws +*.pyc +*.pyo +*.swp +*~ +.DS_Store +.cache +.classpath +.fleet/ +.idea/ +.idea_modules/ +.project +.pydevproject +.python-version +.settings +/site/ +celeborn-*/ +*.zip +*.tar.gz
