# Build artifacts
/target/
*.o
*.so
*.dll
*.dylib
*.dp64

# eBPF compiled output (regenerated by build.sh)
/ebpf_bin/stave_probe.o
/ebpf_bin/stave_probe.c

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

# OS
.DS_Store
Thumbs.db

# Environment
.env