# OS/editor noise
.DS_Store
*~
*.swp
*.tmp

# Logs
*.log

# Kernel module build output
*.o
*.ko
*.mod
*.mod.c
*.mod.o
.*.cmd
Module.symvers
modules.order
.tmp_versions/

# Rust build output
target/

# Python bytecode
__pycache__/
*.pyc

# Node build output
node_modules/
dist/
build/

# Local generated files
compile_commands.json
.vscode/settings.json
/website/build/
