*.py[cod]

# coverage
.coverage/
coverage.xml

# C extensions
*.so

# Packages
*.egg-info
dist
build
parts
bin
var
sdist
.installed.cfg
lib
lib64
__pycache__

# Unit test / coverage reports
.coverage
.tox

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# pycharm
.idea

# Apple crap
.DS_Store

# Stuff specifically for PyRTL
spice.net
docs/_build

# Verilog files
# There must be a very good reason for someone to add a verilog file to the repo
.v

# ipynb
ipynb-examples/.ipynb_checkpoints

# VS Code
.vscode
