Files
horus/.gitignore
2025-11-13 20:44:00 +01:00

37 lines
264 B
Plaintext

# Rust
/target
**/*.rs.bk
*.pdb
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
# Logs
*.log
# Testing
/test-data
# Build artifacts
/dist
/pkg
*.wasm
wasm-pack.log
# Documentation
/book
# Temporary files
*.tmp
*.temp