Newer
Older
.DS_Store
# We do want the poetry lockfile. TODO: is there a good reason for ignoring
# '*.lock' above? If not, let's nuke it.
!poetry.lock
# stuff that is likely to exist when you run a server locally

Amber Brown
committed
/.python-version
# For direnv users
/.envrc
# IDEs
/.idea/
/.ropeproject/
/.vscode/
# build products
!/.coveragerc
/.coverage*
/.mypy_cache/
/build/
/coverage.*
/dist/
/docs/build/
/htmlcov
/pip-wheel-metadata/

Andrew Morgan
committed
# docs
book/
# complement
/master.tar.gz