chore: ignore Instagram extractor scratch + local skill docs
Browse files- backend/.gitignore +5 -0
backend/.gitignore
CHANGED
|
@@ -11,5 +11,10 @@ downloads/
|
|
| 11 |
smoke_media/
|
| 12 |
temp_images/
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Env
|
| 15 |
.env
|
|
|
|
| 11 |
smoke_media/
|
| 12 |
temp_images/
|
| 13 |
|
| 14 |
+
# Scratch: Instagram extractor experiment + its output, local skill docs
|
| 15 |
+
ig_scrape.py
|
| 16 |
+
ig_downloads/
|
| 17 |
+
docs/
|
| 18 |
+
|
| 19 |
# Env
|
| 20 |
.env
|