# Rust build artifacts
/target/
**/*.rs.bk

# Cargo lock file (uncomment if this is an executable, not a library)
# Cargo.lock

# Local environment files
.env.local
.env.*.local
.envrc

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# sqlx offline mode (keep this)
!.sqlx/

# Coverage reports
coverage/
*.profraw
*.profdata
post.txt
model_storage/*
