Skip to content

Commit 57ba6c2

Browse files
committed
Add dist/ and Python build artifacts to .gitignore
- Remove dist/ files from git tracking - Build artifacts should not be versioned - Can be regenerated with 'python -m build'
1 parent b77d012 commit 57ba6c2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ build/*
66
cmake/*
77
.vscode/*
88

9+
# Python packaging
10+
dist/
11+
*.egg-info/
12+
__pycache__/
13+
914
# Examples and models moved to separate repository
1015
# See: https://github.com/thanhndv212/figaroh-examples
-61.2 KB
Binary file not shown.

dist/figaroh-0.1.0.tar.gz

-258 KB
Binary file not shown.

0 commit comments

Comments
 (0)