# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
uv.lock

# Project specific - CTM-DQN
*.pt
*.pth
runs/

# IDEs
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db