feature/multiple_broadcasters (#1)

Add support for multiple broadcasters

Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
2025-02-26 10:43:25 +01:00
parent 292cacb397
commit 77c47c39cb
12 changed files with 726 additions and 297 deletions
+3 -3
View File
@@ -4,7 +4,6 @@ coverage/ # Coverage results after running tests with coverage tools
.dist-info/ # Wheel metadata (use poetry build to handle this)
*.egg-info/ # Egg info directory (automatically created by pip)
auracast.egg-info/
.vscode/ # IDE configuration (edit in VS Code)
# Ignore these file types and extensions
*.pyc # Compiled Python files (.pyc, .pyo are automatically ignored by git)
@@ -16,11 +15,11 @@ venv/
env/
# Ignore any IDE configurations or project-specific metadata
.vscode/**
.pycharm/**
*.iml
.project
.settings
.vscode/settings.json
# Ignore test results and logs (adjust to your specific testing framework)
/testresults/**
@@ -35,4 +34,5 @@ env/
__pycache__/
# Exclude .env file from all platforms
*/.env
*/.env