This commit is contained in:
nose
2025-12-13 00:18:30 -08:00
parent 85750247cc
commit 30eb628aa3
18 changed files with 1056 additions and 407 deletions

9
.gitignore vendored
View File

@@ -3,7 +3,8 @@
__pycache__/
*.py[cod]
*$py.class
config.json
config.conf
config.d/
# C extensions
*.so
# Distribution / packaging
@@ -81,7 +82,8 @@ target/
# IPython
profile_default/
ipython_config.py
config.json
config.conf
config.d/
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
@@ -216,4 +218,5 @@ luac.out
*.hex
config.json
config.conf
config.d/