# Files/folders to exclude when creating a deployment package
# Use with rsync: rsync -av --exclude-from=.deployignore . /deploy/

# Docker
docker-compose*.yml
Dockerfile
.dockerignore

# Development
.git/
.gitignore
.env
.env.development
*.log
writable/debugbar/
writable/cache/*
!writable/cache/index.html
writable/logs/*
!writable/logs/index.html
tests/
phpunit.xml
.phpunit.result.cache

# One-time tools (remove after use)
public/health_check.php
public/generate_key.php

# Optional docs (uncomment to exclude)
# README.md
# INSTALL.md
# CHANGELOG.md
# BUILD.md
# CODE_OF_CONDUCT.md
# docs/
