# generated by gitnr and modified

###---------------###
###  GitHub: Nix  ###
###---------------###

# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*

# Ignore automatically generated direnv output
.direnv

###---------------###
###  GitHub: Elm  ###
###---------------###

# elm-package generated files
**/elm-stuff/
# elm-repl generated files
repl-temp-*

ui/src/main.js
ui/src/options.js
**/build/
*.qcow2
*.tar
.envrc

###------------------###
###  GitHub: Python  ###
###------------------###

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class
