# Rust
debug/
target/
Cargo.lock
**/*.rs.bk
*.pdb

# Python
venv
__pycache__
.pytest_cache

.env*.local
temp

# macOS
.DS_Store
