Skip to content

Commit a41ac2f

Browse files
committed
Add .gitignore
1 parent a3a4dae commit a41ac2f

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+
# Packaging / build artifacts
2+
build/
3+
dist/
4+
*.egg-info/
5+
6+
# Python bytecode
7+
__pycache__/
8+
*.py[cod]
9+
10+
# Test / tooling caches
11+
.pytest_cache/
12+
.tox/
13+
.coverage

0 commit comments

Comments
 (0)