Scrapegraph-ai/.gitignore
2024-02-07 14:21:07 +01:00

24 lines
257 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/