nmigen-learning/.gitignore

23 lines
137 B
Plaintext
Raw Permalink Normal View History

2020-08-15 02:59:40 +02:00
# remote-exec:
.remote.toml
.poetry_pypath
# poetry:
2020-08-06 22:48:07 +02:00
*.egg-info
2020-08-15 02:59:40 +02:00
poetry.toml
.venv/
# python:
2020-08-06 20:52:49 +02:00
__pycache__
2020-08-15 02:59:40 +02:00
*.pyc
# migen:
2020-08-06 20:52:49 +02:00
build/