# Python / uv
.venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local runtime state (lives in ~/.sf-architect/)
.sf-architect/

# Model / download caches
.cache/
fastembed_cache/

# IDE / OS
.DS_Store
.idea/
.vscode/

# Secrets
.env
.env.*
