# src
build
target
tests
bin

# maid
.maid/cache
.maid/temp
.maid/server.toml

# build output
dist/
assets/
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# todo
*.todo

# jetbrains
.idea
.fleet
test