# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.build/
.venv/
venv/
.env

# Maturin / wheels / build
/target/
wheelhouse/
*.whl

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

# macOS
.DS_Store

# VSCode
.vscode/

# GitHub Actions temp
**/.pytest_cache/
**/.mypy_cache/

# Vendor large assets not tracked
vendor/cloudformation-guard/.git/

