.cargo-ok
.DS_Store

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.idea/

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Local files
memory-bank/
cpufetch-rs.code-workspace

# CI release build artifacts
dist/

# Upstream C library — used locally only, not tracked in repo
cpufetch-c/

# Claude Code
.claude/worktrees/

# Coverage
*.profraw
*.profdata
lcov.info
coverage/

# Agents (use .claude/ instead)
.agents/

# Mise
.mise.local.toml
