feature/visual-ir (#3)

Co-authored-by: Bastian Bührig <bastian.buehrig@2bconsult.eu>
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-07-11 14:39:01 +02:00
parent bb9a93a4f0
commit 80ab0f0922
7 changed files with 387 additions and 1 deletions

23
.gitignore vendored
View File

@@ -41,4 +41,25 @@ ehthumbs.db
.dagger/
# Environment files
.env
.env
# Test files - ignore all except recorded.wav and sweep.wav
testfiles/*
!testfiles/recorded.wav
!testfiles/sweep.wav
# Generated IR files and plots
*.wav
*.flac
*.png
*.jpg
*.jpeg
*.tiff
*.tif
*.pdf
*.svg
*.eps
# But allow the specific test files
!testfiles/recorded.wav
!testfiles/sweep.wav