11559de21e
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
440 B
Plaintext
20 lines
440 B
Plaintext
# PlatformIO — build artifacts et bibliothèques téléchargées
|
|
.pio/
|
|
|
|
# VS Code — fichiers générés automatiquement
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
|
|
# Workspace IDE (fichier local)
|
|
src/*.code-workspace
|
|
|
|
# Binaires compilés (firmware et filesystem)
|
|
backup/firmware/
|
|
emulator/firmware/
|
|
|
|
# WireGuard — fichier de configuration contenant la clé privée
|
|
#kc868-a2.conf
|
|
*.conf
|