16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
.venv
|
|
__pycache__/
|
|
*.py[cod]
|
|
/uploads/*
|
|
!/uploads/.gitkeep
|
|
/crawling_results/*
|
|
!/crawling_results/.gitkeep
|
|
/success_log/*
|
|
!/success_log/.gitkeep
|
|
/ai/*
|
|
!/ai/.gitkeep
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.local
|
|
.env.local |