.env
.env.*

.bash_history
.ssh

/.cursor
/.fleet
/.idea
/.nova
.phpstorm.meta.php
/.vscode
/.zed

*.log

.bun
.npm
node_modules
/vendor

auth.json
.ignition.json
.phpunit.cache
.phpunit.result.cache

/bootstrap/cache/**

*.sqlite*

/public/build
/public/hot
/public/storage

/storage/**
!/storage/app
!/storage/framework
!/storage/logs

/storage/app/**
!/storage/app/private
!/storage/app/public
/storage/app/private/**
/storage/app/public/**

/storage/framework/**
!/storage/framework/views
/storage/framework/views/**

/storage/logs/**

.git
.gitattributes
.github
.gitignore
.gitkeep

.dockerignore

*.md
*.mdx
LICENSE
