# Rust
/Cargo.lock
**/target
**/*.rs.bk
*.pdb

# Python
__pycache__/
*.py[cod]
.venv/
python/dist/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Go
go/bin/
*.test
*.out

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

# OS
.DS_Store
Thumbs.db

# AI – ignore .claude/ except shared commands and skills
.claude/*
!.claude/commands/
!.claude/skills/

.env
secret/*
test-ledger/
validator.log
/node_modules/
