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

# Rust (optional native acceleration)
rust/target/
rust/Cargo.lock
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Catalog artifacts (per-project, never committed upstream)
.catalog/
*.catalog/
hamt.json

# Mapper local cache
.simplicio/cache/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local secrets
.env
.env.*
!.env.example
