# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv

# uv cache
.uv/

# Screenshots and output
*.png
*.log

# macOS
.DS_Store

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# pytest
.pytest_cache/

# Claude Code
.claude/
