# Local Files
.env
index.php
.DS_Store

# Ignore PHPUnit coverage files and directories
clover.xml
clover/
coverage_html

# PHP CS Fixer
.php_cs
.php_cs.cache

# PHPUnit
.phpunit.cache

# Build data
/build/
/vendor/
/node_modules
package-lock.json
package.json
composer.lock
.github/workflows/php.yml
README.md

# phpDocumenter
.phpdoc/*
phpdoc.xml

.pytest_cache
index.php

# IDE config
.vscode