# Third party dependencies
vendor

# Log files
*.log

# Cache files
*.cache

# Ignore temporary OS files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.thumbsdb

# IDE files
*.code-workspace
.idea
.vscode

# CI
.github
Dockerfile
DOCKER_ENV

# Tests
tests

# Config
.distignore
.editorconfig
.gitattributes
.gitignore
.phpcs.xml
phpstan.neon
phpunit.xml

# Lockfiles
composer.lock
