sounds_recognizer / gitignore
github-actions
Production release without tests
976cee2
raw
history blame contribute delete
272 Bytes
# --- Python ---
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
# --- Venv ---
.venv/
env/
venv/
ENV/
# --- uv tool ---
.uv/
# --- Models and data ---
models/
*.bin
*.pth
*.onnx
.cache/
# --- OS & IDE ---
.DS_Store
.vscode/
.idea/
# --- Secrets ---
.env
*.pemt