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

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# SQLite databases (switchboard-relay's runtime state)
*.db
*.db-wal
*.db-shm

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
