36 lines
412 B
Plaintext
36 lines
412 B
Plaintext
**/__pycache__/
|
|
*.pyc
|
|
*.zip
|
|
bal-electrum-plugin.zip
|
|
electrum-src/
|
|
preview_*.png
|
|
.env
|
|
|
|
# Virtual environment
|
|
venv/
|
|
.venv/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Editor temp files
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
|
|
# Local tooling / scratch files (not part of the plugin)
|
|
TODO_LIST.md
|
|
opencode.json
|
|
package.json
|
|
package-lock.json
|
|
pyrightconfig.json
|
|
|
|
# Debug / scratch files
|
|
debug.py
|
|
init.ol
|
|
temp*
|
|
tmp*
|
|
|
|
# Release artifacts
|
|
bal_v*.zip.*
|