Spaces:
Sleeping
Sleeping
rongo1
commited on
Commit
·
58ed944
1
Parent(s):
35db099
fix
Browse files- .gitignore +1 -3
- business_card_exports/.gitkeep +2 -0
.gitignore
CHANGED
@@ -18,7 +18,7 @@ venv/
|
|
18 |
*.swo
|
19 |
|
20 |
# Output files
|
21 |
-
business_card_exports
|
22 |
*.xlsx
|
23 |
*.xls
|
24 |
|
@@ -32,8 +32,6 @@ business_cards/*.webp
|
|
32 |
# Keep the .gitkeep file
|
33 |
!business_cards/.gitkeep
|
34 |
|
35 |
-
# Test files
|
36 |
-
test_business_cards/
|
37 |
|
38 |
# OS
|
39 |
.DS_Store
|
|
|
18 |
*.swo
|
19 |
|
20 |
# Output files
|
21 |
+
!business_card_exports/.gitkeep
|
22 |
*.xlsx
|
23 |
*.xls
|
24 |
|
|
|
32 |
# Keep the .gitkeep file
|
33 |
!business_cards/.gitkeep
|
34 |
|
|
|
|
|
35 |
|
36 |
# OS
|
37 |
.DS_Store
|
business_card_exports/.gitkeep
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# This file ensures the business_card_exports directory is created and tracked by git
|
2 |
+
# Excel files with extracted business card data will be saved here
|