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

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

# PlatformIO build artifacts
.pio/
firmware/.pio/

# User-uploaded image storage
storage/images/

# macOS / IDE
.DS_Store
.idea/
.vscode/
*.swp

# Frontend
/frontend/node_modules/
/frontend/coverage/

# Python
**/__pycache__/
*.pyc
