Skip to content

Commit 5f615ba

Browse files
jfngwhitequark
authored andcommitted
Update .gitignore.
1 parent d33387c commit 5f615ba

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.gitignore

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Python
2-
*.pyc
3-
/*.egg-info
4-
/.eggs
2+
__pycache__/
3+
*.egg-info
54
/dist
65

7-
# Amaranth
6+
# pdm
7+
/.pdm-plugins
8+
/.pdm-python
9+
/.venv
10+
/pdm.lock
11+
12+
# coverage
13+
/.coverage
14+
/htmlcov
15+
16+
# tests
817
*.vcd
18+
*.gtkw

0 commit comments

Comments
 (0)