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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user