test suite
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,2 +1,20 @@
|
||||
install-prefix/
|
||||
# Build artifacts
|
||||
build/
|
||||
bridge/build/
|
||||
install-prefix/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user