update
This commit is contained in:
parent
78d8806d05
commit
56673b9bb7
3 changed files with 74 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue