###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/public/build/
/var/
/vendor/
/node_modules/
###< symfony/framework-bundle ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###


/.idea
/vendor-bin/**/composer.lock
/vendor-bin/**/vendor

# Firebird database files
*.fdb
*.fbk
*.gdb

# Temporary test files
test-*.txt
*-test-*.txt

# Coverage reports
coverage/
.coverage
htmlcov/

# Cypress artifacts
cypress/screenshots/
cypress/videos/
cypress/results/

# OS files
.DS_Store
Thumbs.db

# Editor files
*.swp
*.swo
*~
.vscode/

# Generated security scan reports
gitleaks-report.json

# Package manager conflicts (project uses npm, not yarn)
yarn.lock

# Plugin development — ignore plugin subdirectories and runtime manifest
/plugins/*
!/plugins/.gitkeep
/plugins/plugins.json
/plugins.dev.json

# Local CI runner binary
bin/gitlab-ci-local
.gitlab-ci-local-variables.yml

/coverage.xml
pnpm-lock.yaml

# Playwright MCP artifacts (browser automation screenshots/snapshots)
.playwright-mcp/
*.page.png
.specify/workflows/.cache/

# Composer auth (local satis tokens, never commit)
/auth.json
