# Python bytecode / caches
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
*.pyc
# Virtual environments
.venv/
venv/

# Build artifacts (wheel in dist/ is intentionally tracked)
build/

# Claude Code local config
.claude/

# Obsidian workspace (user-specific UI state)
obsidean-vault/.obsidian/
