mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
23 lines
245 B
Plaintext
23 lines
245 B
Plaintext
.eggs/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*~
|
|
docs/mkdocs/site
|
|
test-results.xml
|
|
__pycache__
|
|
# Vim
|
|
.*.sw*
|
|
# generated by setuptools_scm
|
|
bumble/_version.py
|
|
.vscode/launch.json
|
|
.vscode/settings.json
|
|
/.idea
|
|
venv/
|
|
.venv/
|
|
# snoop logs
|
|
out/
|
|
# macOS
|
|
.DS_Store
|
|
._*
|