crawler/
data/
src/__pycache__/
src/utils/__pycache__/
a.py
imgtxt_crawler/
__pycache__
.env
.pytest_cache
use_agent.py
use_pipeline.py
use_pipeline2.py
config
scrape_journal.py
b.py

# For testing
test.py
test2.py
test_pipeline.py

# For building
dist

# For log
logs/

# Environment
.venv/