.DS_Store

# Environment files
.env
.env.*
!.env.example

# Rust build output
/target/
/debug/
**/*.rs.bk
*.pdb

# Rust tooling output
**/mutants.out*/
lcov.info
coverage/
tarpaulin-report.html
criterion/

# Editors and IDEs
.idea/
.vscode/
.cursor/
*.code-workspace

# Python environments used by tooling such as pre-commit
.venv/
venv/
__pycache__/
