Skip to content

Commit

Permalink
vinscant: add mfrc522.py to git
Browse files Browse the repository at this point in the history
  • Loading branch information
draxaris1010 authored and hannes-dev committed Aug 12, 2024
1 parent d92da45 commit 92c7ac1
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,41 @@

# IDEA files
.idea/
cmake-build-*/

# Results for the checking of the Python coding style and static analysis
.mypy_cache
flake8_output.txt

# ESP-IDF default build directory name
build

# lock files for examples and components
dependencies.lock

# managed_components for examples
managed_components

# pytest log
pytest_embedded_log/
list_job*.txt
size_info*.txt
XUNIT_RESULT*.xml

# clang config (for LSP)
.clangd

# Vale
.vale/styles/*

# pio
.pio

# sqlite
*.db

.env

# vinscant
key.txt
webrepl_cli.py
Loading

0 comments on commit 92c7ac1

Please sign in to comment.