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

# uv
.uv/

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

# Local data / cache
*.sqlite
*.db
.cache/

# Secrets / credentials — never commit
.creds/
*.token
.env
.pypirc

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