- Renamed "AES67" mode to "Network" for clearer user understanding - Added structured stream controls with consistent start/stop buttons and status display - Changed presentation delay input from microseconds to milliseconds for better usability - Restricted retransmission (RTN) options to valid range of 1-4 - Added help tooltips for assisted listening and immediate rendering options - Fixed portaudio configuration to enable ALSA support and remove Co-authored-by: pstruebi <struebin.patrick.com> Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/11
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# Ignore these files and directories
|
|
.env # Environment variables for virtualenv
|
|
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/
|
|
/build
|
|
|
|
# Ignore these file types and extensions
|
|
*.pyc # Compiled Python files (.pyc, .pyo are automatically ignored by git)
|
|
*.class # Java class files
|
|
*.exe # Executable files
|
|
|
|
# Ignore virtual environment data
|
|
venv/
|
|
env/
|
|
|
|
# Ignore any IDE configurations or project-specific metadata
|
|
.pycharm/**
|
|
*.iml
|
|
.project
|
|
.settings
|
|
.vscode/settings.json
|
|
|
|
# Ignore test results and logs (adjust to your specific testing framework)
|
|
/testresults/**
|
|
/logs/**
|
|
|
|
# Ignore any system files created by operating systems, text editors or other applications
|
|
.DS_Store
|
|
.AppData/
|
|
.LFS*
|
|
|
|
# Ignore any hidden files used by tools like poetry for virtual environment creation
|
|
__pycache__/
|
|
|
|
# Exclude .env file from all platforms
|
|
*.env
|
|
|
|
wg_config/wg_confs/
|
|
records/DISABLE_FRONTEND_PW
|
|
src/auracast/server/stream_settings.json
|
|
src/auracast/server/certs/per_device/
|
|
src/auracast/.env
|
|
src/auracast/server/certs/ca/ca_cert.srl
|
|
src/auracast/server/credentials.json
|