Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
# Python cache/artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
||||
# Hidden things
|
||||
.*
|
||||
!.gitignore
|
||||
|
||||
# Build/distribution artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.lock
|
||||
Reference in New Issue
Block a user