# Rust
/target/
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
.venv/
.uv/
*.egg-info/
# maturin-built native extension (placed in-tree by uv sync / maturin develop)
python/firepact/_core*.so
python/firepact/*.pyd
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
wheels/

# Node
node_modules/
*.tsbuildinfo

# E2E generated artifact (produced by the test run)
tests/e2e/frontend/generated.ts

# Generated artifacts
output/

# Local-only notes (publish runbooks, credentials context)
private/

# OS / editor / local session state
.DS_Store
.claude/
