commit 80e88b57c5e1d3c8cc5d6a76e5113d9f3e8807a9 Author: pingu Date: Sun Mar 29 17:58:27 2026 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d0375b --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# ---> Haskell +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* + +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7c5d09 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Tia +