Leek/.gitignore
2025-05-07 00:13:44 +02:00

11 lines
157 B
Text

# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# ---> Direnv
.direnv
# ---> Python
.venv
__pycache__