mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
39 lines
459 B
Plaintext
39 lines
459 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
|
|
*.python-version
|
|
|
|
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/**/result.csv
|
|
examples/**/result.json
|
|
main.py
|
|
lib/
|
|
*.html
|
|
.idea
|
|
|