# Python bytecode and egg-info
*__pycache__/
*egg-info/

# Build artifacts
dist/
target/
Cargo.lock

# Virtual environments
.venv/

# Python extensions
*.so
*.pyd
*.pdb