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

# Cargo.lock (for libraries, it's typically not committed)
# Uncomment if needed:
Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata
*.so

# Documentation build
/doc/

# Local configuration files
.env
.env.local
config.local.*

# Python files
__pycache__/
.python-version
