# IDEs
.vscode/
.idea/

# Environment
.env

# Python
__pycache__/
*.py[oc]
*.egg-info
.venv/
venv/
build/
dist/
wheels/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# LLMs
.claude/

# Misc
.SRCINFO
