# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# EchoTrace specific
.extras/
data_test/
tests/fixtures/real/
tests/fixtures/audio/
*.wav
!echotrace/data/*.wav
echotrace_report_*.json
echotrace_benchmark_*.json

# Config (contains API keys)
.echotrace.toml
~/.config/echotrace/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.whl
*.tar.gz

# mypy
.mypy_cache/

# Logs
*.log
