71 lines
645 B
Plaintext
71 lines
645 B
Plaintext
# Secrets et configurations locales
|
|
.env
|
|
.env.*
|
|
!.env.exemple
|
|
!.env*.example
|
|
!.env*.exemple
|
|
|
|
# IDE et éditeurs
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs et fichiers temporaires
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.gz
|
|
*.rar
|
|
*.7z
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# PHP / Composer
|
|
vendor/
|
|
|
|
# Build / dist
|
|
build/
|
|
dist/
|
|
coverage/
|
|
|
|
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Divers outils CLI
|
|
.cache/
|