# Local configuration and secrets
config.json
config.multi.json
config.multiconfig.json
*.local.json
.env
.env.*

# Virtual environments
.venv/
venv/

# Build artifacts
dist/
build/
*.egg-info/

# Test and coverage output
.pytest_cache/
.coverage
.coverage.*
coverage.xml
coverage_*.xml
htmlcov/
*.cover
*,cover
tests/probe_out.txt

# Python cache
__pycache__/
*.pyc
*.pyo

# Build metadata (generated, not tracked)
.source-revision
