any2svg / .gitignore
nbiish
Add Any2SVG - Image to SVG vectorization with MCP server support
bb16d68 unverified
raw
history blame contribute delete
134 Bytes
# Output
output/
*.svg
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.env
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db