#
# Ignore temporary files (left by editors and OS)
*~
*.bak
*.swp
.DS_Store
#
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.settings
.TemporaryItems
.webprj
#
# Temporary files and folders
.cache
.php_cs.cache
.sass-cache
.session
*.log

# TYPO3 and vendors
/vendor
/public
/builds
composer.lock

# Custom configuration files for testing
phpstan.neon
phpcs.xml
