summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-05-05 00:26:53 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-05-05 00:26:53 -0500
commita3fd3528d626bfe1122e3e88faad6308f0cbd6f4 (patch)
treeea638c87f7030a4d945ef0da12e6a2e361607519 /.gitignore
Anonymous GAP framework code for reviewHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f97bb38
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+__pycache__/
+*.pyc
+*.pyo
+*.pyd
+.Python
+*.so
+*.egg
+*.egg-info/
+
+# Local results / outputs
+results/
+results_new/
+runs/
+outputs/
+*.log
+
+# Data caches
+.cache/
+huggingface_cache/
+
+# Editor / OS
+.DS_Store
+.idea/
+.vscode/
+*.swp
+.ipynb_checkpoints/
+
+# Secrets
+.env
+.env.*
+api_keys.txt
+secrets.json
+*.pem
+*.key
+.putnam_config.json
+.putnam_env