vbnotebook
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,13 +1,13 @@
|
|||||||
# Virtual environment
|
# Virtual environment
|
||||||
.venv/
|
.venv/*
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__/
|
__pycache__/*
|
||||||
*.pyc
|
*.pyc
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.idea/
|
.idea/*
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user