# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv

# Environment
.env

# Corpus (user data, never committed)
corpus/**/*
library/**/*

# Test output
test_output/

# Rust (removed, prevent accidents)
target/
Cargo.lock
*.rs.bk

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~

# MemPalace per-project files (issue #185)
mempalace.yaml
entities.json
