0.5.1
Some checks failed
Deploy / deploy (push) Has been skipped
CI / lint (push) Failing after 7s
CI / test (push) Has been cancelled

This commit is contained in:
2025-09-01 22:52:33 +03:00
parent 6c3262edbe
commit d6b286f478
5 changed files with 109 additions and 7 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Rust build artifacts
target/
**/*.pdb
# Documentation and development files
docs/progress/
*.md
!README.md
# Git and version control
.git/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Test and coverage files
tests/
lcov.info
coverage.json
# Scripts and tools
scripts/
# Large binary assets that aren't needed for build
src/*.woff2