# Rust build artifacts
target/
Cargo.lock

# Rustfmt backup files
**/*.rs.bk

# MSVC Windows builds
*.pdb

# Rustc internal compiler errors
rustc-ice-*.txt

# Maturin build output
*.whl
dist/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so

# Python distribution/packaging
build/
develop-eggs/
*.egg-info/
.eggs/

# Virtual environments
venv/
env/
ENV/

# Jetbrains folders
.idea/