Files
soundshot/.gitignore
2025-10-13 18:54:50 -05:00

39 lines
481 B
Plaintext

.pytest_cache/
__pycache__/
# macOS
.DS_Store
# Python virtual environments
venv/
env/
ENV/
.venv/
# PyInstaller build artifacts
dist/
build/
*.spec
*.pyc
*.pyo
# esp-idf built binaries
build/
build_*_*/
#sdkconfig
# idf-ci build run output
build_summary_*.xml
app_info_*.txt
size_info_*.txt
# pytest-embedded log folder
pytest_embedded_log/
# idf-component-manager output
dependencies.lock
.devcontainer
managed_components
components