nix-templates/default/.gitignore

10 lines
90 B
Plaintext
Raw Permalink Normal View History

2023-05-22 13:38:10 +02:00
.direnv
2024-11-11 17:42:59 +01:00
.pre-commit-config.yaml
#Nix
result*
#Rust
target/
#Python
__pycache__/
*.py[cot]