Refactored the library a bit and added a .gitignore file.
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Ignore all the python cache files
|
||||
**/__pycache__/**/*
|
||||
|
||||
# Ignore all the dist files
|
||||
**/dist/**/*
|
||||
Reference in New Issue
Block a user