init python part (#7)

This commit is contained in:
KevinHuSh
2023-12-14 19:19:03 +08:00
committed by GitHub
parent 95c6cbbf45
commit f4456af464
21 changed files with 582328 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,6 +2,7 @@
# will have compiled files and executables
debug/
target/
__pycache__/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@ -12,6 +13,7 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.trie
.idea/
.env