ver 2
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,2 +1,21 @@
|
||||
__pycache__/wafer_processor.cpython-313.pyc
|
||||
__pycache__/wafer_processor.cpython-310.pyc
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Application-specific
|
||||
/static/uploads/
|
||||
/static/outputs/
|
||||
|
||||
# IDE / Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS-specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user