# Rust build output and packaged artifacts
/target/
/dist/
/build/

# Local environment and credentials
.env
.env.*
!.env.example
*.pem
*.key
id_rsa
id_ed25519

# Office files can contain private workbooks, macros, or embedded data.
# Add only sanitized fixtures explicitly with `git add -f`.
*.xls
*.xlsx
*.xlsb
*.xlsm
*.xlt
*.xltx
*.xltm
*.xla
*.xlam
*.doc
*.docx
*.docm
*.dot
*.dotx
*.dotm
*.ppt
*.pptx
*.pptm
*.pot
*.potx
*.potm
*.pps
*.ppsx
*.ppsm
*.accdb
*.accde
*.laccdb
*.mdb
*.mde
*.ldb
~$*

# VBA editor backups and local operating-system metadata
*.bas~
*.cls~
*.frm~
.DS_Store
._*
Thumbs.db
GEMINI.md

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~

# Test and profiling artifacts
*.profraw
*.profdata
*.sarif
# Node and Python build artifacts
node_modules/
*.node
*.whl
*.so
*.dylib
*.pyd
__pycache__/
*.pyc
.pytest_cache/
.venv/
dist/
