# ===== Rust / Cargo =====
.cargo/config.toml
/target/
**/target/

# Cargo lock
# (descomente se este NÃO for um binário final e você não quiser versionar o lock)
# Cargo.lock

# ===== IDEs =====
# RustRover / IntelliJ
.idea/
*.iml
.junie

# VS Code
.vscode/

# ===== OS =====
# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db

# ===== Logs =====
*.log

# ===== Temporary / Backup =====
*~
*.swp
*.swo

# ===== Coverage / profiling =====
*.prof
*.gcda
*.gcno
*.lcov

# ===== Rustfmt / Clippy caches (if any) =====
.rustfmt.toml.bak


# Local env
.env
.env.*

sdcard
sdcard/**

.output.txt

dist-staging
dist-staging/**

temp
temp/**

**/build/**
**/node_modules/**

AGENTS.md

.python-version
.venv
