# Rust
/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock
**/*.cargo
.cargo/

# IDE / Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Documentation générée
/doc/

# Couverture de tests
tarpaulin-report.html
cobertura.xml
lcov.info

# Benchmarks
/target/criterion/

# Fichiers temporaires
*.tmp
*.temp

# En attente
src/models/langmuir_single_simple.rs
