added zoge
This commit is contained in:
commit
4105c50e98
2 changed files with 160 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# === Windows junk ===
|
||||
*.Zone.Identifier
|
||||
|
||||
# === VS Code settings ===
|
||||
.vscode/
|
||||
.code-workspace
|
||||
|
||||
# === MacOS junk (if ever used) ===
|
||||
.DS_Store
|
||||
|
||||
# === Linux trash (optional) ===
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# === Node modules (if applicable) ===
|
||||
node_modules/
|
||||
|
||||
# === Python cache (if applicable) ===
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
autotester
|
||||
sictools.jar
|
||||
Loading…
Add table
Add a link
Reference in a new issue