Shop integration
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -6,8 +6,22 @@ build/
|
||||
|
||||
# Python
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
input/
|
||||
output/
|
||||
|
||||
# Distribution / Packaging
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg
|
||||
.eggs/
|
||||
|
||||
# System
|
||||
.DS_Store
|
||||
@@ -15,3 +29,4 @@ Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user