# Rust build artifacts
/target/
**/*.rs.bk
site/
.playwright-mcp/
.ruff_cache/
.mcp.json
# IDE
.idea/
.claude/
.rumdl_cache/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.pyc
.venv/

# Ruby
.bundle/

# Generated output (except integration test fixtures)
**/generated/
generated/
output/
!integration_tests/**/generated/
!crates/scythe-cli/tests/generated/
!crates/scythe-cli/tests/generated/*.rs

# Environment
.env
.env.*
!.env.example


# poly cache
.polylint/

# BEGIN ai-rulez (DO NOT EDIT - managed by ai-rulez)
.ai-rulez/.generated-manifest.json
.codex/
AGENTS.md
CLAUDE.md
# END ai-rulez
poly.local.toml

# Astro docs site
website/node_modules/
website/dist/
website/.astro/

# snowflake-sdk writes this on every run
snowflake.log
