# Rust build artifacts
/target/

# Backup files generated by rustfmt/editors
**/*.rs.bk

# Python cache (from local helper scripts)
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE/editor
.idea/
.vscode/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Local git worktrees
.worktrees/
