/vendor/
/node_modules/
.env
.env.*.local
.DS_Store
Thumbs.db
/storage/app/backups/
/storage/framework/cache/data/
/storage/framework/sessions/*
/storage/framework/views/*
/storage/logs/*
!/storage/framework/.gitkeep
!/storage/logs/.gitkeep
/public/storage
*.log
cookies.txt
test_import.py
.phpunit.result.cache

# Bootstrap cache
bootstrap/cache/*
!bootstrap/cache/.gitignore

# Duplicated project (clone)
/emarcheV1/

# Python cache
__pycache__/
python/microservice/.env

# Backup files
*.backup
.env.backup*
prixm_backup.sql

# PHPUnit cache
.phpunit.cache/