# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/

# Environment
.venv/

# IDE
.idea/
.vscode/
*.swp

# Tools
.claude/
