# Secrets
.env
.env.local
.env.*.local
.env.staging
.env.prod
*.pem
*.key

# Backups
backups/
*.sql.gz
*.tar.gz

# Python venv
.venv/
__pycache__/

# Node
node_modules/
dist/
build/
.next/
.turbo/
.vitest/
coverage/
.nyc_output/

# Logs
*.log
logs/
*.pid

# OS
.DS_Store
Thumbs.db
*~

# Editors
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json.example

# Python (si seed scripts)
__pycache__/
*.pyc
.venv/
venv/

# Misc
.cache/
*.tmp
*.swp

# Docmost fork — historique git separe (depth=1 clone), futur submodule sur fork Acadenice
docmost/

# BYAN session outputs — notes de travail internes, ne jamais commit (contiennent parfois credentials)
_byan-output/
