Ajout du gitignore
This commit is contained in:
parent
14985f6dbb
commit
e27b60e60c
1 changed files with 28 additions and 0 deletions
28
.gitignore
vendored
Executable file
28
.gitignore
vendored
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
# Fichiers d'environnement (contiennent des tokens/clés sensibles)
|
||||
.env
|
||||
# Fichiers de configuration générés
|
||||
config.json
|
||||
whitelist.json
|
||||
bridges.json
|
||||
config.db
|
||||
malware.json
|
||||
|
||||
# Cache Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Environnements virtuels
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Logs
|
||||
*.Logs
|
||||
*.log
|
||||
.data
|
||||
Loading…
Add table
Add a link
Reference in a new issue