# Build artifacts
/target/
**/target/
# Cargo lock for libraries (keep for binaries)
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
*.log
logs/
# Environment
.env
.env.local
# Config with secrets
config/local.toml
token.json
# Test artifacts
*.profraw