# Rust build artifacts
/target/
/ries-py/target/
**/*.rs.bk

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

# Node.js and WASM artifacts
node_modules/
package-lock.json
pkg/
*.wasm
test_wasm.js

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Debug and profiling
*.dSYM/
*.profraw

# Temporary files
*.tmp
*.bak
test-results/
output/
playwright-report/
.playwright-mcp/
.codex-playwright/

# Local assistant config
.claude/
CLAUDE.md
.claude/settings.local.json

# Local cargo config
.cargo/

# Local binaries
rust_out

# Tool backups
Cargo.toml.orig

# Git worktrees
.worktrees/
repomix-output.xml
