# Git
.git/
.gitignore

# GitHub
.github/

# Documentation
*.md
!README.md

# Docker
.dockerignore
Dockerfile*

# Build
# Makefile is kept in the build context — Dockerfile.controlplane's
# bpf-builder stage `COPY`s it to run `make bpf-deps`, single source of
# truth for the pinned BPF apt versions.

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log
