This commit is contained in:
beabigegg
2025-07-30 11:24:58 +08:00
parent ede5af22f8
commit 9f7040ece9
10 changed files with 1667 additions and 175 deletions

23
.gitignore vendored
View File

@@ -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