29 lines
247 B
Plaintext
29 lines
247 B
Plaintext
# Build artifacts
|
|
target/
|
|
*.rs.bk
|
|
|
|
# Version control
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# CI
|
|
.github/
|
|
.forgejo/
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Tests (keep for build cache, exclude from runtime)
|
|
tests/
|
|
fixtures/
|
|
|
|
# Logs
|
|
log/
|
|
*.log
|