S-Dreamer's picture
Upload 13 files
9cb16b8 verified
raw
history blame contribute delete
313 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
# Editors
.vscode/
.idea/
*.swp
.DS_Store
# Runtime artifacts (per CLAUDE.md)
runs/