Spaces:
Running
Running
Saibalaji Namburi commited on
Commit ·
0088b5e
1
Parent(s): 93e76bf
chore: remove personal study docs from git tracking
Browse filesBUILD_GUIDE.md and CustomerCore_Progress_Summary.md are local-only
learning materials — not part of the project source. Added to .gitignore.
Files remain on disk.
- .gitignore +6 -2
- BUILD_GUIDE.md +0 -0
- CustomerCore_Progress_Summary.md +0 -0
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
__pycache__/
|
| 3 |
*.pyc
|
| 4 |
*.pyo
|
|
@@ -46,4 +46,8 @@ Thumbs.db
|
|
| 46 |
# Coverage
|
| 47 |
htmlcov/
|
| 48 |
.coverage
|
| 49 |
-
coverage.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.venv/
|
| 2 |
__pycache__/
|
| 3 |
*.pyc
|
| 4 |
*.pyo
|
|
|
|
| 46 |
# Coverage
|
| 47 |
htmlcov/
|
| 48 |
.coverage
|
| 49 |
+
coverage.xml
|
| 50 |
+
|
| 51 |
+
# Personal study docs — local only, not for GitHub
|
| 52 |
+
BUILD_GUIDE.md
|
| 53 |
+
CustomerCore_Progress_Summary.md
|
BUILD_GUIDE.md
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CustomerCore_Progress_Summary.md
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|