mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
* Add async and await to get_namespace_array methods Add /venv to gitignore * Removed Coroutine typing from get_namespace_array methods
26 lines
199 B
Plaintext
26 lines
199 B
Plaintext
tmp_test_*
|
|
build*
|
|
MANIFEST
|
|
.idea*
|
|
htmlcov*
|
|
docs/_*
|
|
*.pyc
|
|
dist
|
|
*.old
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
t.py
|
|
tmp
|
|
old
|
|
dist
|
|
*.egg-info
|
|
*.swp
|
|
newdocs
|
|
examples/history.db
|
|
*.sql
|
|
/.project
|
|
/.pydevproject
|
|
/.settings/
|
|
/venv/
|