11 lines
157 B
Text
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__
|