Split cli and gui bins

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 04:50:08 +03:00
parent f0e3ca35ba
commit dd8f895d8a
3 changed files with 78 additions and 14 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Git
.git/
.gitignore
# Rust build artifacts
target/
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Documentation
*.md
LICENSE
# CI/CD
.github/
.gitlab-ci.yml
# Testing
tests/
benches/
# Development files
*.log
*.tmp