initial requirements added

This commit is contained in:
sky
2023-12-25 09:25:16 -05:00
parent 3c9cda4e3b
commit 3389cea976
3 changed files with 629 additions and 0 deletions

3
.gitignore vendored
View File

@@ -160,3 +160,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.mypy_cache
.vscode
__pycache__