487fb84aac
- Added new entries to planLogs.json and policyLogs.json to reflect recent updates. - Introduced a new test entry in tests.json to enhance testing capabilities. - Updated documentation to reflect architectural changes regarding OPC testing logic, emphasizing backend authority and migration plans for the web version.
29 lines
487 B
Plaintext
29 lines
487 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.pytest_cache/
|
|
.coverage
|
|
**/node_modules/
|
|
*/node_modules/
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Taro / SWC 编译缓存
|
|
**/.swc/
|
|
|
|
# Runtime data: JSON "database" files are generated on first boot from
|
|
# data/seed/. They behave like a local database and should not be committed.
|
|
# The seed files under data/seed/ ARE committed.
|
|
data/users.json
|
|
data/tokens.json
|
|
data/*.json.tmp
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|