diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-11-27 16:58:22 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-11-27 16:58:22 +0530 |
commit | 9f56376d64bf3307b18cd67d0fe8aaf5a6860f11 (patch) | |
tree | 515f39ebb936cabe9f5598c6fd784d64dd7eab88 /.gitignore | |
download | autopredict-9f56376d64bf3307b18cd67d0fe8aaf5a6860f11.tar.gz autopredict-9f56376d64bf3307b18cd67d0fe8aaf5a6860f11.tar.bz2 autopredict-9f56376d64bf3307b18cd67d0fe8aaf5a6860f11.zip |
Data Pridiction of Cars
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d93b63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +venv/ +model.pkl |