25 lines
282 B
Text
Executable file
25 lines
282 B
Text
Executable file
# Fichiers d'environnement (contiennent des tokens/clés sensibles)
|
|
.env
|
|
|
|
# Fichiers de configuration générés
|
|
config.json
|
|
whitelist.json
|
|
bridges.json
|
|
|
|
# Cache Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Environnements virtuels
|
|
venv/
|
|
env/
|
|
.venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|