target/
.alef/
crates/
*.swp
*.swo
*~
.DS_Store
.idea/
.vscode/
.rumdl_cache/
*.iml

# Python
__pycache__/
*.pyc
*.pyo

# Additional generated artifacts
.remote-cache/
.alef/
.gemini/
GEMINI.md

# Stray `rust_out` artifacts the setup-rust-toolchain composite action
# occasionally leaves in the working tree during CI (rustc defaults to
# `rust_out` when compiled with no `-o` flag). cargo publish refuses to
# proceed against a "dirty" tree, so masking the artifact via .gitignore
# keeps `git status --porcelain` quiet without affecting the published
# crate (cargo's include/exclude rules determine what ships). Pairs with
# the `--allow-dirty` flag added to kreuzberg-dev/actions publish-crates.
rust_out
rust_out.*

# AI assistant generated files (broader patterns covering all generated content)
.github/agents/
.github/commands/
.github/copilot-instructions.md
.github/skills/

.agents/
.ruff_cache/

# BEGIN ai-rulez (DO NOT EDIT - managed by ai-rulez)
.claude/
.codex/
.cursor/
AGENTS.md
CLAUDE.md
# END ai-rulez
