# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.egg-info/

# venvs
.venv/
venv/
env/

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# editor
.vscode/
.idea/
*.swp

# uv lock — opt-in
uv.lock

# assistant runtime state
.claude/
.gstack/
