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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Database files
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp

# Benchmark results
/target/criterion/

# Environment files
.env
.env.local
.env.*.local

# Configuration files (may contain sensitive data)
ai00-mem.toml
config.toml

# Test artifacts
/test-results/
/coverage/

# Documentation build
/book/
/mdbook/

# Backup files
*.bak
*.backup

# Cache directories
.cache/

# Node.js (if using for tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python (if using for tooling)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Memory dumps
*.hprof
*.dump

# Performance profiling
*.prof
*.pprof

# Security
*.pem
*.key
*.crt
*.p12
*.pfx

# Local development
/local/
/dev/
/scratch/