# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/settings.json
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Project-specific
*.rlip_session
renders/
*.png
*.mp4

tests/

# uv (optional lockfile for reproducible dev envs)
uv.lock