Files
RL-Study/.gitignore
T

59 lines
592 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Distribution / Packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environments
venv/
env/
.env
.venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
# OS specific files
.DS_Store
Thumbs.db
# Byte-compiled / optimized / DLL files
*.pyc
*.pyd
# Images (uncomment/add specific images to track them)
# *.png
# *.jpg
# *.jpeg
# *.gif
# Training results
training_results/
*.png
*.mp4