aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore7
-rw-r--r--README.md4
2 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1b82302..965a3e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,13 @@
+.env/
+.venv/
+.*.swo
+.*.swp
arch/dfp/
env/
hex/
ignore/
old/
+venv/
*~
*.cpp
*.elf
@@ -11,5 +16,3 @@ old/
*.o
*.old
*.otl
-.*.swo
-.*.swp
diff --git a/README.md b/README.md
index ba0786e..6cb0f02 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,8 @@ If you use `pymcuprog` to flash firmware, a few extras are needed:
```sh
sudo apt install python3 python3-pip python3-venv
-python3 -m venv env
-source env/bin/activate
+python3 -m venv .venv
+source .venv/bin/activate
pip install pymcuprog
```
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.