From 4855e065e8426244035b5ef9c0b4a4b74da163ce Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Thu, 28 May 2026 22:45:41 -0500 Subject: Initialize project notes --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76f4c78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Python +__pycache__/ +*.py[cod] +*.pyo +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ + +# Virtual environments +.venv/ +venv/ +env/ + +# Jupyter +.ipynb_checkpoints/ + +# Experiment outputs +runs/ +outputs/ +artifacts/ +checkpoints/ +wandb/ +tensorboard/ + +# Data +data/ +datasets/ + +# OS and editor files +.DS_Store +Thumbs.db +.idea/ +.vscode/ + +# Logs +*.log -- cgit v1.2.3