mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
33 lines
249 B
Plaintext
33 lines
249 B
Plaintext
# 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 |