# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Packaging / build output
build/
dist/
*.egg-info/
.eggs/
wheels/

# Test and coverage artifacts
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Virtual environments
.venv/
venv/
env/
ENV/

# .NET build output (examples/csharp)
obj/
bin/
*.user

# Java / Maven build output (examples/java-*)
target/
*.class

# Models generated by examples/onnx_sequence/export.py; the shipped models in
# src/silero_vad/data/ are committed and stay tracked.
/silero_vad_*.onnx

# Tuning artifacts (paths come from tuning/config.yml)
*.feather
!tuning/example_dataframe.feather

# Editors and OS
.idea/
.vscode/
.DS_Store
Thumbs.db
