# Ignore build artifacts
target/

# Ignore test data
test-data/
stress-test-data/
*.jsonl

# Ignore documentation build
target/doc/

# Ignore IDE files
.idea/
.vscode/
*.swp
*.swo

# Ignore OS files
.DS_Store
Thumbs.db

# Ignore git
.git/
.gitignore

# Ignore scripts (not needed in container)
scripts/

# Examples are needed for Cargo.toml validation during build
# examples/

# Ignore docs
*.md
docs/
