This commit is contained in:
mrtoine 2025-09-11 18:01:10 +02:00
parent 78d8806d05
commit 56673b9bb7
3 changed files with 74 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Logs & system
*.log
__pycache__/
*.pyc
# Docker
*.env
acme.json
# IDE
.vscode/
.idea/
# Node (si tu passes à Node un jour)
node_modules/
# Python
venv/