Files
Gym_CPU/.gitignore
2026-03-12 20:12:00 +08:00

13 lines
117 B
Plaintext

.venv/
.vscode/
**/__pycache__/
poetry.lock
poetry.toml
**/*.log
**/*.txt
**/build/
**/install/
**/log/
*.spec
dist/