mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
38 lines
446 B
Plaintext
38 lines
446 B
Plaintext
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
MANIFEST
|
|
|
|
docs/build/
|
|
docs/source/_templates/
|
|
docs/source/_static/
|
|
.env
|
|
venv/
|
|
.vscode/
|
|
|
|
# exclude pdf, mp3
|
|
*.pdf
|
|
*.mp3
|
|
*.sqlite
|
|
*.google-cookie
|
|
examples/graph_examples/ScrapeGraphAI_generated_graph
|
|
examples/**/*.csv
|
|
examples/**/*.json
|
|
main.py
|
|
poetry.lock
|
|
|
|
# lock files
|
|
*.lock
|