Compare commits

..

1 Commits

Author SHA1 Message Date
Yufei Li
cbf26e76ba
Merge 47eaa84be9 into 618ab22d7c 2026-04-24 13:59:01 -07:00
4 changed files with 21 additions and 48 deletions

View File

@ -1,4 +1,3 @@
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json

View File

@ -8,7 +8,7 @@ gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrapper properties
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project

View File

@ -1,53 +1,29 @@
# Build System Artifacts
# MoonBit default build output directory.
_build/
# Local MoonBit package cache directory.
.mooncakes/
_build/ # MoonBit default build output directory.
.mooncakes/ # Local MoonBit package cache directory.
# Coverage and Test Artifacts
# Coverage reports generated by MoonBit tooling.
moonbit-coverage-*.txt
# Coverage output directory used by coverage commands.
_coverage/
# Bisect runtime coverage data file.
bisect.coverage
moonbit-coverage-*.txt # Coverage reports generated by MoonBit tooling.
_coverage # Coverage output directory used by coverage commands.
bisect.coverage # Bisect runtime coverage data file.
# JavaScript Target Artifacts
# Uncomment if generated JavaScript should be ignored.
# *.js
# Source map files generated for JavaScript output.
*.js.map
# Node.js dependencies used in JS target workflows.
node_modules/
# *.js # Uncomment if generated JavaScript should be ignored.
*.js.map # Source map files generated for JavaScript output.
node_modules/ # Node.js dependencies used in JS target workflows.
# WebAssembly Target Artifacts
# Compiled WebAssembly binaries.
*.wasm
# WebAssembly text format output.
*.wat
*.wasm # Compiled WebAssembly binaries.
*.wat # WebAssembly text format output.
# MoonBit Pilot / Agent Artifacts
# MoonBit agent runtime state and temporary files.
.moonagent/
.moonagent/ # MoonBit agent runtime state and temporary files.
# LLVM Backend Artifacts
# LLVM textual intermediate representation (IR) files.
*.ll
# LLVM bitcode files.
*.bc
# Native object files from LLVM/native compilation.
*.o
# Generated assembly source files.
*.s
# Default executable output name on Unix-like systems.
*.out
# Native executable output on Windows.
*.exe
# macOS debug symbol bundles.
*.dSYM/
*.ll # LLVM textual intermediate representation (IR) files.
*.bc # LLVM bitcode files.
*.o # Native object files from LLVM/native compilation.
*.s # Generated assembly source files.
*.out # Default executable output name on Unix-like systems.
*.exe # Native executable output on Windows.
*.dSYM/ # macOS debug symbol bundles.

View File

@ -47,7 +47,6 @@ nosetests.xml
coverage.xml
*.cover
*.py.cover
*.lcov
.hypothesis/
.pytest_cache/
cover/
@ -123,14 +122,13 @@ ipython_config.py
# pixi.lock
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
# in the .venv directory. It is recommended not to include this directory in version control.
.pixi/*
!.pixi/config.toml
.pixi
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule*
celerybeat-schedule
celerybeat.pid
# Redis