leo-bourrel commited on
Commit
9195caf
·
1 Parent(s): 611b67c

feat: update .gitignore and remove useless files

Browse files
.gitignore CHANGED
@@ -1,2 +1,11 @@
 
1
  images/*
2
  models/*
 
 
 
 
 
 
 
 
 
1
+ datas/*
2
  images/*
3
  models/*
4
+
5
+ __pycache__/
6
+ *.pyc
7
+ *.pyo
8
+ *.pyd
9
+
10
+ .env
11
+ api.key
src/data_models/__pycache__/bbox_manager.cpython-312.pyc DELETED
Binary file (2.53 kB)
 
src/data_models/__pycache__/image_manager.cpython-312.pyc DELETED
Binary file (4.76 kB)
 
src/data_models/__pycache__/park_manager.cpython-312.pyc DELETED
Binary file (3.93 kB)
 
src/data_models/__pycache__/sql_connection.cpython-312.pyc DELETED
Binary file (1.4 kB)