# Build artifacts
/target/

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

# Keys (NEVER commit private keys)
*.key
*.pub

# Test files
test_*.txt
carrier*.txt

# Local config
CLAUDE.local.md

# OS files
.DS_Store
Thumbs.db

# Dev.to series drafts (local only, not part of the product)
/devto/
