ED_LRR/.gitignore
Daniel Seiller ec3972b06c feat(GUI): Add Download functionality,
update Rust code, update Python code

- Add Download functionality to GUI
- Update rust code for use with GUI
- Add callbacks to rust code
- Add python modules for routing and download
2019-08-06 03:34:51 +02:00

15 lines
No EOL
138 B
Text

/target
/dist
/build
**/*.rs.bk
*.tmp
*.idx
.vscode/**
*.pyd
build.bat
test.bat
__pycache__
DL
*.egg-info
pip-wheel-metadata
rust/target/*