Files
wafer_map_webui/.gitignore
beabigegg 9f7040ece9 ver 2
2025-07-30 11:24:58 +08:00

21 lines
200 B
Plaintext

# 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