# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
site/



# Virtual environments & Secrets
.venv/
env/
venv/
ENV/
.env
.env.*
*.env
.env.local
.env.*.local


# Testing & Linters
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Ray temp files
/tmp/ray/
*.flamegraph.*

# Learner state
.raylings_state.json

# Agent rules, caches, & AI tooling (DO NOT COMMIT)

.agents/
.agent-state/
.superpowers/
.roborev/
.claude/
.gemini/
.cursor/
graphify-out/
.smellcheck-cache/
