first commit

This commit is contained in:
2026-04-04 15:51:08 +08:00
commit f3d2d1a85f
11 changed files with 705 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
.venv/
env/
.env/
# PyTorch model checkpoints
*.pth
# Images
step_response.png
# Jupyter
.ipynb_checkpoints/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/
# TensorBoard
runs/
events.out.tfevents.*
# OS
.DS_Store
Thumbs.db