28 lines
267 B
Plaintext
28 lines
267 B
Plaintext
# PlatformIO
|
|
.pio/
|
|
.pioenvs/
|
|
.piolibdeps/
|
|
lib/readme.txt
|
|
|
|
# Python Virtual Environments
|
|
venv/
|
|
env/
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# IDEs and Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS Generated Files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|