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

# Node
node_modules/
npm-debug.log*
*.tgz

# Rust
target/
Cargo.lock

# Go
*.test
*.out

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

# Tooling
.claude/
