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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# synckey local state (NEVER commit secrets)
.synckey/
*.synckey
secret.key
config.local.toml
key.txt
keys.txt
*.keys
test_all.py

# Editors / OS
.idea/
.vscode/
.DS_Store
