Excluded Python package build artifacts from Git repository.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
# Python
|
# Python
|
||||||
.venv
|
.venv
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
|
||||||
# Ignore sample JSON files
|
# Ignore sample JSON files
|
||||||
*.sample.json
|
*.sample.json
|
||||||
|
|||||||
Reference in New Issue
Block a user