15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
# Python cache/artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
|
|
# Hidden things
|
|
.*
|
|
!.gitignore
|
|
|
|
# Build/distribution artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.lock
|