# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
*.dylib
*.dll

# uv
.venv/
uv.lock

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Local-only scripts
rebuild.sh

# Agent instructions (local-only)
AGENTS.md

.cache/
package-lock.json
.cache
docs/
compile_commands.json
