-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase initial transactron changes (#17)
Co-authored-by: Marek Materzok <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
.python-version | ||
|
||
# Verilog files | ||
*.v | ||
|
||
# Verilog generation debug files | ||
*.v.json | ||
|
||
# Waveform dumps | ||
*.vcd | ||
*.gtkw | ||
|
||
# Tests outputs | ||
test/__traces__ | ||
test/__profiles__/*.json | ||
pytestdebug.log | ||
.hypothesis | ||
|
||
# Documentation build | ||
build/ | ||
docs/*.rst | ||
|
||
# Distribution / packaging | ||
*.egg-info/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters