*.bat

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
.pytest_cache/
.ruff_cache/

# Build / packaging
.python-version

# Legacy PHP (if present in clones)
/vendor/
/.phpunit.cache/
/.php-cs-fixer.cache
composer.lock
composer.phar
.phpunit.result.cache
