# =============================================================================
# Docker Build Context Ignore - Keep image small & fast build
# =============================================================================

# Version control
.git
.gitignore
.gitattributes

# Dependencies (rebuilt in Docker)
node_modules
vendor

# Environment
.env
.env.backup
.env.production

# IDE & OS
.idea
.vscode
.DS_Store
*.swp
*.swo

# Docker
docker-compose*.yml
Dockerfile

# Testing
tests
phpunit.xml
.phpunit.result.cache
coverage

# Documentation
*.md
*.pdf
*.text
*.html
!resources/**/*.html

# Build artifacts
public/build
public/hot

# Storage (handled by volumes)
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*

# Misc
cetak_kartu.text
client_side.md
desain_exam.html
edit_soal.html
improve.md
login_siswa.html
market_place.text
panduan.md
panduan.pdf
shopee.md
user_guru.md
db_ujian_online_2026-04-10.sql
test_import.php
