# Stack, Cabal
# note that it's considered correct practice to store generated cabal files as
# of early 2020: https://www.fpcomplete.com/blog/storing-generated-cabal-files/
/.stack-work
/cabal.sandbox.config
/.cabal-sandbox
/cabal.project.freeze
/dist-newstyle

# Files generated by tests
/test/rewriter-test-output

# Editor tmp files
.*.swp
.*.swo
*~

# Other
/dist
/Gemfile
/Gemfile.lock
/Guardfile
/forpar
