# Generated by Cargo
/target/
debug/
**/*.rs.bk

# Build artifacts
*.d
*.rlib
*.dll
*.dylib
*.so

# Cargo lock (keep for binary crate — delete this line if converting to library)
# Cargo.lock

# Environment and secrets
.env
.env.*
!.env.example

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
*.iml

# OS files
.DS_Store
Thumbs.db

# Coverage
coverage/
*.profraw
*.profdata

# Local config
.cora.yaml
.cora.json

# Distribution
dist/
*.tar.gz
*.zip
.cora/history/
