karapace/.gitignore
Marco Allegretti 78d40c0d0a chore: project skeleton — workspace root, license (EUPL-1.2), deny config
- Cargo workspace with 9 crates
- EUPL-1.2 license
- cargo-deny configuration for license/advisory auditing
- .gitignore for target/, docu_dev/, editor files
2026-02-22 18:36:03 +01:00

8 lines
60 B
Text

target/
docu_dev/
*.swp
*.swo
*~
.idea/
.vscode/
.windsurf/