.DS_Store
.vscode
.zed
.idea

# 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

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Compressed files
/*.zip
/*.tar.gz
/*.gz

# Sampling
coverage/*
flamegraph.svg

# C extensions
*.so

# Distribution / packaging
build/
dist/
downloads/
lib64/
parts/
MANIFEST

*.manifest
*.spec

# Unit test / coverage reports
.coverage
.coverage.*
.cache
coverage.xml
*.cover
.hypothesis/
cover/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# AI
CLAUDE_*.md
