# === Build output (never publish) ===
target/
debug/
release/
Cargo.lock

# === Git metadata ===
.git/
.gitignore
.gitattributes

# === Editor/IDE ===
.vscode/
.idea/

# === Temporary files ===
*.log
*.tmp
*.swp
*.swo
*~

# === Local-only metadata ===
*.md.bak
*.old
*.backup
*.env

# === Python junk ===
__pycache__/
*.pyc

# === Keep assets folder ===
# DO NOT ignore assets — needed for README image
# (No rule added; assets included)
