# Build

## 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

# Configuration
/config.toml
/Makefile
config.mk
config.stamp
no_llvm_build

# File system
.DS_Store
desktop.ini

# Editor
*.swp
*.swo
Session.vim
.idea
*.iml
.vscode
.claude

# Snakemake
.snakemake/

# Local notes (DEV.md, RD.md)
/notes/
/plans/
