24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
# Build artifacts
|
|
build/
|
|
bridge/build/
|
|
install-prefix/
|
|
|
|
# Compiled test binaries (not committed)
|
|
tests/testapp/widget_test_app
|
|
|
|
# Python
|
|
__pycache__/
|
|
.pytest_cache/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
venv/
|
|
.venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|