ceddbdd559
- Added Lecture4 - ModelFree.pdf (3013 KB) - Added Lecture5 - Control.pdf (2575 KB) - Added Lecture6 - Value.pdf (3320 KB)
23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
# 操作系统文件
|
|
Thumbs.db
|
|
.DS_Store
|
|
ehthumbs.db
|
|
|
|
# 编辑器配置
|
|
.vscode/
|
|
.trae/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Python (如果有用到)
|
|
__pycache__/
|
|
*.py[cod]
|
|
.env/
|
|
|
|
# 编译输出 (如果有用到C/C++)
|
|
*.o
|
|
*.exe
|
|
*.out
|