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

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

# Debug
*.log

# Python build artifacts
dist/
*.egg-info/
__pycache__/
