git: add a gitignore

This commit is contained in:
Antoine Poinsot 2022-07-25 11:43:04 +02:00
parent 512b5b7d12
commit 5db59b1c89
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
tags
target/
__pycache__
config*.toml
dummy_config.toml
regtest/
venv/
pytest.log
TODO