docs: add repository documentation

This commit is contained in:
Lethary
2026-03-17 08:58:54 +01:00
parent 0dc435d559
commit fee2226174
4 changed files with 220 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
# 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/