nix-templates/rust/.gitignore

10 lines
90 B
Plaintext
Raw Normal View History

2024-11-22 14:20:25 +01:00
.direnv
.pre-commit-config.yaml
#Nix
result*
#Rust
target/
#Python
__pycache__/
*.py[cot]