lseq/.gitignore
nobody 546d6deb69
feat: conformance tests pass for first time
Change implementation to exponentially increase search space at each
level.
2025-12-12 21:05:31 -08:00

48 lines
535 B
Text

# TypeScript
node_modules/
typescript/dist/
typescript/*.tsbuildinfo
typescript/.nyc_output/
typescript/coverage/
# Rust
target/
rust/Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
conformance-tests/genfiles/