diff options
| author | 2025-12-30 11:01:56 +0800 | |
|---|---|---|
| committer | 2026-03-12 19:44:08 +0300 | |
| commit | 7270562a9ba9be05790b18899d2e2df4dc8aa74b (patch) | |
| tree | e3d549e27d8a803c570ba1b7e8d03bb0e1c7c3f2 /.gitignore | |
| parent | e6d626670fa35cb8a4c386017ade767e462df6ed (diff) | |
| download | base-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.tar.gz base-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.zip | |
feat: Initialize project with main script and configuration files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |