aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-30 11:01:56 +0800
committersnoweven <null>2026-03-12 19:44:08 +0300
commit7270562a9ba9be05790b18899d2e2df4dc8aa74b (patch)
treee3d549e27d8a803c570ba1b7e8d03bb0e1c7c3f2 /.gitignore
parente6d626670fa35cb8a4c386017ade767e462df6ed (diff)
downloadbase-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.tar.gz
base-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.zip
feat: Initialize project with main script and configuration files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 82f9275..58cd5a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,3 +160,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
+
+# uv
+uv.lock
+.python-version \ No newline at end of file