# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.venv/
venv/
dist/
build/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
npm-debug.log*

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Local agent-tooling state, not for public repo
.claude/
