antonblanchard / vlsiffra

Create fast and efficient standard cell based adders, multipliers and multiply-adders.
Apache License 2.0
107 stars 9 forks source link

Adding GitHub's default .gitignore for Python projects. #23

Closed mithro closed 1 year ago

mithro commented 1 year ago

From https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore @ commit 8e67b9420cb6796e5eeca72682babdb06627ec8c.

Fixes the following output;

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    ./build/
    ./venv/
    ./vlsiffra.egg-info/
antonblanchard commented 1 year ago

Thanks @mithro!