ctm-dqn/.gitignore

26 lines
232 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
uv.lock
# Project specific - CTM-DQN
checkpoints/
logs/
*.pt
*.pth
# IDEs
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db