# Ignore everything
*

!Makefile

# Backend stuff
!app/
!setup.cfg
!setup.py

# Frontend stuff
!web/index.html
!web/src/
!web/package.json
!web/yarn.lock
!web/tsconfig.json
!web/public/
!web/vite.config.ts