# Agents
.agent/
.codex/
.claude/

# IDE
.idea/

# Playgrounds
playground.py

# Env
*.env

# Python
**/__pycache__/
*.py[cod]
*$py.class
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
dist/
build/
*.egg-info/

# IDE (editors beyond .idea)
.vscode/
