mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-21 00:52:34 +02:00
6742926910
Co-authored-by: Genaker <9213670+Genaker@users.noreply.github.com>
26 lines
237 B
Plaintext
26 lines
237 B
Plaintext
.pio
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
out/*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# IDEs
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |