mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 07:21:01 -04:00
Add Python virtual environment and cache files to .gitignore
- Add .venv/ to ignore Python virtual environment directory - Add __pycache__/ to ignore Python bytecode cache files
This commit is contained in:
parent
0c49d65c89
commit
6330e61bce
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -13,3 +13,5 @@ tests/rnsconfig/storage
|
|||
tests/rnsconfig/logfile*
|
||||
*.data
|
||||
*.result
|
||||
.venv/
|
||||
__pycache__
|
Loading…
Add table
Add a link
Reference in a new issue