This commit is contained in:
2020-08-15 02:59:40 +02:00
parent 18bf707fdc
commit 5702101d03
14 changed files with 599 additions and 65 deletions

22
.gitignore vendored
View File

@@ -1,6 +1,22 @@
.venv/
poetry.toml
# remote-exec:
.remote.toml
.poetry_pypath
# poetry:
*.egg-info
*.pyc
poetry.toml
.venv/
# python:
__pycache__
*.pyc
# migen:
build/