Skip to content

Commit ba206d4

Browse files
committed
Add .gitignore file
1 parent bb4c0e5 commit ba206d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Python
2+
__pycache__/
3+
*.pyc
4+
.coverage
5+
htmlcov/
6+
.pytest_cache/
7+
8+
# Rust
9+
target/
10+
11+
# Project specific
12+
site/
13+
*.so

0 commit comments

Comments
 (0)